Questions tagged [jwplayer7]

144 questions
0
votes
1 answer

Jwplayer Pre Roll ADS Cant close the ads div when video plays

Im trying to make a closable advertisement div using jwplayer 7 my codes are below: ID,'videourl', true); $embedvideo = get_post_meta($post->ID,'embedvideo', true); $embed_video = get_post_meta($post->ID,…
user5247236
0
votes
2 answers

RTMP live stream using jwplayer

I am trying to create a live stream radio website for various radio stations. Many radio stations use RTMP for their live streaming. So I used jwplayer as my default player. However, it doesn't seem to work. Here is my code:
Hus
  • 21
  • 6
0
votes
1 answer

hide tracks in IE9 html5

Here is my code: if (jQuery.browser.msie && !jQuery.browser.version == 9) { }else{ var myVideoFrame = document.getElementById("myVideoFrame"); myVideoFrame.textTracks[0].mode = "hidden"; } I am using JW Player but as I need my videos and…
aiddev
  • 1,409
  • 2
  • 24
  • 56
0
votes
1 answer

do ajax request only once inside onTime function jwplayer

Here is my code: jwplayer("mySingleVideoWrapper").onTime(function (event) { jQuery("#getCurrentPositionOfVideo").val(event.position); var videoLength = jwplayer('mySingleVideoWrapper').getDuration(); …
aiddev
  • 1,409
  • 2
  • 24
  • 56
0
votes
1 answer

detect how long has user played video JW player 7

I'm using JW Player 7 javsacript version. It is really nice. But my videos are hosted on Amazon S3. Now I'd like to know is there any way to detect how long has user played video or how many seconds the video was played?
aiddev
  • 1,409
  • 2
  • 24
  • 56
0
votes
1 answer

JWPlayer7 Get Current Video Information And Display When Clicking Thumbnails

Having trouble trying to get this player code to work. I am using jwplayer7 with jwplayer's api and a playlist. I'm trying to get the information of the current video only to show under the video on the left side. Right now I have it looping…
Mia Sno
  • 947
  • 1
  • 6
  • 13
0
votes
0 answers

is it possible to generate subtitles without having any .srt or .vtt file?

I have videos hosted in Amazon S3 and am using JW player 7 javascript version. My videos don't have subtitles but I'd like to add them. I did some research but can't find any tool which will generate subtitles automatically from video file without…
aiddev
  • 1,409
  • 2
  • 24
  • 56
0
votes
1 answer

autodetect best quality from multiple sources for current user - jwplayer

Here is my code: var playerInstance = jwplayer("mySingleVideoWrapper").setup({ image: getCurrentPosterSrc, sources: [ { file: 'file-360.mp4', label: "360p" },{ …
aiddev
  • 1,409
  • 2
  • 24
  • 56
0
votes
1 answer

JW player not working on the server

I am using same JWplayer key for both localhost and the server. It is working absolutely fine in the local. But on the server side I am getting the following error. Jw player missing license key Please correct me if I am asking anything wrong
Kalsi
  • 579
  • 5
  • 13
-1
votes
2 answers

Error Setting Up Player: Invalid License Key cycle

I haven't been able to play JavaScript videos since I bought my PC a few months ago. I keep getting that frustrating "Error Setting Up Player: Invalid License Key" error pop up over my videos. I've tried 4 browsers (Chrome, Canary, Edge, & IE),…
-1
votes
2 answers

change logo and preview image size on full screen

I am using a pro version of Jwplayer. Can I change the size of the logo image for branding and the image size of the Video preview (VTT) in fullscreen mode ? I need to show bigger image in video preview when on fullscreen and smaller when restored.…
mridul4c
  • 8,197
  • 3
  • 19
  • 28
-1
votes
1 answer

Jwplayer Error event and Google Analytics

I am trying to log all the jwplayer error events to google analytics i.e, jwplayer().on('error', function(event) { ga('send', 'event', 'JW Player Events', 'Errors', 'event.message'); }); I am getting the hits on my analytics when the error is…
jsmean
  • 239
  • 3
  • 11
-1
votes
2 answers

Java add external video url

How can we external add video url to Jw player through API using Java. If possible then please give example also so that i can understand better & it would be very helpful to me. Thanks.
Question Warriors
  • 117
  • 1
  • 1
  • 12
-1
votes
2 answers

Can I use same license key in multiple websites? JW Player

I have one JW Player Premium account. Can I use same license key in different/multiple websites. Or it is a violation ?
aiddev
  • 1,409
  • 2
  • 24
  • 56
-1
votes
2 answers

Adblock detection in jwplayer 7

I would like to be able to detect if the user is using adblocking software when they watch videos on jwplayer example i want to tell users that the ad revenue is used for server bills maintenance and they should consider turning Adblock off. How…
John
  • 11
  • 1
1 2 3
9
10