Questions tagged [jwplayer7]
144 questions
0
votes
2 answers
Jwplayer: Firefox + HTML5 + mp4
I am using jwplayer 7.2.4 for playing videos. I offer 2 mp4 versions of the video. Here ist the config of the jw-player:
jwplayer("hwdvscontainer").setup({
playlist:[{
image:"xxxx/xxxx.jpg",
sources: [{
…

woody100
- 1
- 3
0
votes
1 answer
jwpayer captions on IOS fullscreen with dynamically generated captions file
Question : if I use dynamically generated .ass file (details of how explained below). Do I need to set any parameter to mock the behavior of a physical .ass static file present on my server which I can serve with django?
now the actual question is…

Aameer
- 1,366
- 1
- 11
- 30
0
votes
1 answer
jwplayer is looking for the flash player in my document root even when an alternate URL is supplied
I am using following variables to setup my jwplayer:
jwplayer("my-video").setup({
file: "rtmp:///cfx/st/"+videoFile,
width: "960",
height: "540",
autostart: true,
mute: true,
repeat: true,
modes:…

hvs
- 518
- 1
- 5
- 21
0
votes
1 answer
Jwplayer video-orientation not working in firefox
I am using jwplayer as video player. I am using stretching option to show video as they captured. In chrome browser this works fine but I am having issue in jwplayer in firefox.
my code is:
jwplayer("hd1-container").setup({
file:…

Ronak Patel
- 3,324
- 4
- 21
- 31
0
votes
0 answers
Problems with JWplayer
I am having several problems getting the embedded JW player 7 to work.
When I set "primary":"html5" (or leave it as a default) the player works in every browser except IE/Edge
in IE/Edge the message "This text will be replaced with a player." is…

sam
- 123
- 1
- 11
0
votes
1 answer
JW Player 7: Update logo after setup
Can the official JW Player Javascript API or an unofficial workaround be used to update the logo attribute after the player has already been set up (without having to set it up from scratch)?

Elliott
- 4,598
- 1
- 24
- 39
0
votes
1 answer
JWPlayer Ad Skipping button permanent
I have been reading through the JWPlayer ad skipping doc https://support.jwplayer.com/customer/portal/articles/1433818-configuring-ad-skipping and I know you can configure a countdown for the skip button like this:
advertising: {
client: "vast",
…

lapinkoira
- 8,320
- 9
- 51
- 94
0
votes
2 answers
jwplayer -> metadata.bandwidth, FPS, QoE
Can anybody help me out please?
whats the value of this metadata.bandwidth? kbps (kilobit per second?)
Also, how can I get the FPS and the QOE (in percent) of a stream? I cant find any iformation on this in the jwplayer API :-(
Many many thanks in…

eder
- 51
- 1
- 10
0
votes
1 answer
How to Change Live Broadcast in control Bar in jWplayer 7
I need to change the text "Live Broadcast" in my live Streaming with title of the Live stream. How can i achieved this. I am newer in jwplayer. Any help would be appreciatable.
Thanks in advance

user3070119
- 11
- 3
0
votes
1 answer
jwplayer - black screen
I get a black screen on loading a stream from akamai (manifest.f4m)
If I forward the video, the videoimage is showing correctly. Also, lets say, 1 from 10 times, the video is starting correctly, but mostly its coming up with a black screen (but…

eder
- 51
- 1
- 10
0
votes
1 answer
How can I play the multiple videos on complete function in jwplayer?
Play only one video and cannot play the second and third video.
jwplayer().onComplete(function() {
jwplayer().load([
{
file: "video1.mp4",
file: "video2.mp4",
file:…

Roshan Sankhe
- 76
- 10
0
votes
1 answer
JW Player 7 loads HLS file only once in a tabbed container, with FLV all goes well
I have multiple JwPlayer instances on one page, switched with a tabbed div.
One of those tabs has a HLS file assigned to the JwPlayer, the other ones have FLV files assigned.
When viewing the HLS tab for the first time and playing it, it works like…
0
votes
2 answers
How to pause JW Player on Ipad without controls
JW player, if you hide the control bar you can click the video to play and pause, this works fine in desktop.
When I tested this in ipad it plays but touching it again doesn't pause the video.
Verify with this URL,…

Sunny
- 863
- 9
- 10
0
votes
1 answer
What are the steps required to use JW Player 7.22?
My client has purchased the premium version of JW Palyer 7.2 for the his video streaming website.
He was given the key "GGKKXXXXXXXXXXXXBBXX887VV".
How do I use that to play the live video streaming.

pkk
- 283
- 4
- 19
0
votes
1 answer
End User Computing Factors that Affect Javascript Loading
We present video content to end users and I've recently had a user report that they are unable to view the videos (loaded using JW Player 7 self-hosted) in any of the HTML5 supported browsers (IE11 11.9.0060, Chrome 46, Firefox 42).
We have tested…

Requin Creative
- 123
- 1
- 13