Questions tagged [jwplayer7]

144 questions
1
vote
1 answer

How to upgrade JWPlayer from version 5.10 to 7

We are using JWPlayer 5.10 which is old now. So we want to upgrade it to version 7 which is the latest version. I did some research on how to upgrade this but didn't find anything. I have read jwplayer 7 documentation and it's not an easy task for…
yfeng
  • 61
  • 5
1
vote
1 answer

push video sources object to Jwplayer Multiple Sources object

i want to push my returned ajax request objects to JWplayer 7 multi sources object , the returned ajax request looks like this in the console (console.log): Object {sd_src: Object, hd_src: Object} and the sd_src & hd_src objects contains…
Yassine Qoraiche
  • 1,077
  • 14
  • 32
1
vote
2 answers

JW Player 7 Controllbar styling issue - how do I get rid of the border?

I am trying to customize the controlbar background. I need to get a transparent background for the controllbar I am using "seven" theme. This is my setup for the theme. jwplayer("container").setup({ "width": 848, …
kheya
  • 7,546
  • 20
  • 77
  • 109
1
vote
1 answer

understanding smil with wowza and JWplayer

I'm trying to implement the adaptive streaming for my beloved website, i'm using wowza and jwplayer. My settings are: js: var playerInstance = jwplayer("myElement").setup({ file: "/testjwplayer.smil", width: 980, height: 535, title:…
Gumma Mocciaro
  • 1,205
  • 10
  • 24
1
vote
1 answer

how to set up and play dvr streaming?

I am using wowza. I have created a live application with dvr enabled. Now from the encoder i start sending stream to the wowza server. My server url is rtmp://192.168.0.100:1935/dvr where dvr is the application name. And my stream source name is…
pkk
  • 283
  • 4
  • 19
1
vote
1 answer

MP4 video won't play in JWPlayer

I am converting (re-encoding) video files using HandBrakeCLI The the converted file is H264 mp4 video. I can play the converted video using VLC, Windows Media, QuickTime etc but it won't play in JW Player (both version 6.x and 7.2.2 fail) It says…
kheya
  • 7,546
  • 20
  • 77
  • 109
1
vote
2 answers

JWplayer seek to live

I would like to seek to 'live' during a live stream. I tried adding a jwplayer().seek(1000), thinking that because it's a large number, it will go to 'live', but the behaviour I get is a black screen. I am using Jwplayer 7.2.2 Any…
oblivion19
  • 308
  • 2
  • 5
  • 14
1
vote
1 answer

JWPlayer 7 error on setup function not working

I recently upgraded from 5.10 to 7.22 and am hosting the player and files myself. In my is have the following: The in the I have the actual setup…
itsclarke
  • 8,622
  • 6
  • 33
  • 50
1
vote
0 answers

JWPlayer 7 Vulnerability

The jwplayer.js file for Version 7 is being rejected as a high risk vulnerability by the PaloAltoNetworks' firewall due to its use of the RFC 2397 "data:" URL scheme. This does not bode well for the new player. Has anyone found a workaround or…
srtuttle
  • 41
  • 2
1
vote
3 answers

JW Player 7 pause on precise time

I'm playing around with YouTube embed video. I want the player to pause on third second. Code below: playerInstance.on('time', function(x) { if (x.position === 3){ playerInstance.pause(); } }); But it dosen't work everytime.…
slk500
  • 703
  • 1
  • 8
  • 13
1
vote
2 answers

JWplayer 7 - Add active class to current playing video

I am using JWplayer 7 (HTML5 render mode) in my site. I created a player with custom playlist, but cannot highlight current playing video when it has been clicked. Is there any solution to add a custom class, like .active when click on a item of…
1
vote
1 answer

JWPlayer 7 - Set Google Analytics after setup

I am using JWPlayer 7 to initialize a video player manually like this: jwplayer(videoContainer).setup({ file: '//content.jwplatform.com/videos/'+ assetID +'.mp4', image: '//content.jwplatform.com/thumbs/' + assetID + '.jpg', title:…
k_mada
  • 151
  • 1
  • 8
1
vote
3 answers

Test HTML5 Ad tag

I am Currently migrating to JW player 7, and I need a test ad tag with 100% fill rate. In the past I used the Liverail test tag, but is seems to have stopped working. Thanks
Jonathan
  • 63
  • 5
1
vote
1 answer

detect pause and 'done' button's click on iphone for jwplayer7

How can I detect pause and 'done' buttons's click on iphone, when video plays within native player ? Need to detect this for jwplayer cause am using this player for videos. I did research, checked this With an HTML5 video element on the iphone, how…
aiddev
  • 1,409
  • 2
  • 24
  • 56
1
vote
3 answers

when playing video show pause button in the middle of video jwplayer7

I am using jwplayer7, I hide controlbar cause my video is like background video and don't need any controls at the bottom of video, but when playing need to show pause button in the middle of video like play/replay button shows at the beggining/at…
aiddev
  • 1,409
  • 2
  • 24
  • 56