Questions tagged [jwplayer]

JW Player is a web video player with support for HTML5 video and Flash video, free for non-commercial use with commercial and enterprise licenses available. JW Player is supported across browsers & devices and offers complete JavaScript API control.

More information is available on JW Player's website. Technical documentation can be found on the JW Player Developer site. Or see the Support site for previously answered support questions/articles.

2095 questions
7
votes
7 answers

Responsive video player

I need a video player for responsive layout website which is developed by using bootstrap. That means when i do re-size the screen or viewing the page in different size screens the player should be automatically fit to the screen. I had tried with…
Logan
  • 1,682
  • 4
  • 21
  • 35
7
votes
2 answers

how to download jwplayer streaming video?

i subscribe to drupalize.me .but due to my slow internet connection i am not able to see video tutorials properly.i think this site use jwplayer and site provide no downloading option for videos.can anyone tell how to find direct downloading link of…
GiLL
  • 354
  • 1
  • 5
  • 15
6
votes
1 answer

How to get fullscreen video on jwplayer when using with fancybox

How do I go about getting fullscreen video on jwplayer when using it with fancybox? Right now I have fancybox opening up a div that contains jwplayer embedding and it works fine, the video plays when pressing play etc so that is all good. The only…
Jizbo Jonez
  • 1,230
  • 10
  • 25
  • 41
6
votes
1 answer

Pseudo Streaming an MP4 file

I have a few questions regarding pseudo streaming an MP4 file. Is the entire file downloaded, eg. if I scrub 1 minute in to a 2 minute video, will only the second half be downloaded thus saving bandwidth? Is there anyway I can check this using…
panthro
  • 22,779
  • 66
  • 183
  • 324
6
votes
3 answers

jwplayer: get video URL onComplete

I'm trying to get the URL of the video via jwplayer().getPlaylistItem().file; onComplete callback, but it's returning nothing. jwplayer().onComplete(function(e) { var videoURL = this.getPlaylistItem().file; console.log('Completed = ' +…
Blexy
  • 9,573
  • 6
  • 42
  • 55
6
votes
1 answer

JWPlayer : issue in stop and play using javascript

I am using jwplayer to play videos on my site. I want to implement this scenario : A small thumb nail image represent the video. when a user click on the thumb image the jwplayer div shows and starts to play and the thumb image will hide . An…
Vysakh V K
  • 232
  • 1
  • 3
  • 13
6
votes
3 answers

Jwplayer captions compatibility for Android and iOS

I have been experimenting with srt vtt and dfxp captions in Jwplayer 6. I have not been able to get any of the three types to work on Android, but I have seen srt and Vtt working on Android with a different player. Is it possible to get any of the…
user3009618
  • 191
  • 3
  • 7
6
votes
3 answers

video on demand streamin with jwplayer wowza android issue

I try to make jwplayer work on android phone when I put rtsp protocol file source it work fine in android but display an error that file can not be played in iOS and PC without rtsp file source work on pc and iOS fine with rtsp file source work…
Taymoor Q.
  • 1,371
  • 21
  • 33
6
votes
5 answers

How to embed an m4v video file to my html webpage?

I am currently trying to embed the m4v videos in my html webpage. using the following code
Nagama Inamdar
  • 2,851
  • 22
  • 39
  • 48
6
votes
1 answer

Loading jwplayer.js using Require.js

So, I'm new to Require.js and I've been learning this library by loading various other libraries using Require.js methods. I've successfully load Knockout.js objects, Chart.js object, as well as custom Require.js defined objects. But I can't seem…
6
votes
3 answers

Trying to implement JW Player on iOS

I am a newbi in JW and can't seem to implement to simplest player. Help me, please. I have created an html and put it in my project. in the same place with the jwplayer.flash.swf, jwplayer.html5.js, jwplayer.js My html file looks like this…
Luda
  • 7,282
  • 12
  • 79
  • 139
6
votes
2 answers

jwplayer 6 setup no longer supports event callbacks. how to tell when player is ready if I cannot specify onReady callback within setup?

I am trying to migrate from jw5 to jw6. In jw5, I included event callbacks within the player setup. For example: var myplayer = jwplayer('container').setup({ flashplayer: /my/player.swf', height: '100%', width: '100%', events: { …
moondog
  • 1,537
  • 5
  • 22
  • 34
6
votes
1 answer

IE9 + jwplayer: __flash__addCallback error if move player in dom before calling player.load()

UPDATE: The premise of this question turned out to be misguided. The problem does not happen unless the move is in response to a user-click. Please see here. I have been knocking my head against a bug for a few days and am hoping someone can…
moondog
  • 1,537
  • 5
  • 22
  • 34
6
votes
5 answers

Streaming Video - jwplayer, amazon s3 and cloudfront

I have a streaming distribution at s6b99lczhnef6.cloudfront.net on Amazon. The origin is a bucket in S3. The bucket has a video video.mp4. It's public. I am trying to test streaming this video with jwplayer, following is the code: …
septerr
  • 6,445
  • 9
  • 50
  • 73
5
votes
3 answers

JWPlayer Prevent SKipping forward unless already watched

I'm using JWPlayer 5.4 and it's setup on the page using the javascript API. What I'd like to do is make it so that users can fastforward/rewing via the seek bar ONLY if they have already played that part of the video. So, if a user is watching the…
Rob
  • 738
  • 3
  • 10
  • 23