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
8
votes
1 answer

How to combine a .mp4 video with a .wav audio with an offset in ffmpeg from command line?

I've got a TV clip in mp4 format containing audio and video, and an WAV audio_commentary track. I've been trying to combine them in ffmpeg and then play it online with a flash player (which can only take h264 format) What's the best ffmpeg command…
minder42
  • 83
  • 1
  • 1
  • 4
8
votes
3 answers

non http streaming video for iOS devices

I am using wowza to restream source rtsp streams to multiple types of end devices. Due to the buffering restriction with http based streaming, I cannot use it for my application. I need to use RTMP or RTSP for my restreams. aside: HTTP packetized…
michael
  • 2,577
  • 5
  • 39
  • 62
8
votes
1 answer

Crash on UICollectionViewCell with JWVideoView - Swift

A ViewController has a UICollectionView. One of the cells contains JWVideoView. The app is frequently crashing on prepareForReuse in this cell. There is no valuable info in the log. So I am having trouble figuring out the reason for the crash.…
Luda
  • 7,282
  • 12
  • 79
  • 139
8
votes
2 answers

Proper way to implement jwplayer in react component using webpack (react-starter-kit)

i am making VideoPlayer react component with jwpalyer and i am using webpack es6 for loading module webpack support npm module loading & there is no npm for jwplayer so am trying to include jwplayer.js using es6 import but it giving me error…
Anil Gupta
  • 2,329
  • 4
  • 24
  • 30
8
votes
2 answers

embed quiz into html5 video - cue points in a rich customizable player

Coursera has these interactive questions in the middle of their video lecture how could I go about implementing this myself, or better yet, does this feature exist for public use somewhere? Furthermore, I'm trying to decide which HTML5 video…
Cel
  • 6,467
  • 8
  • 75
  • 110
8
votes
2 answers

How to remove a event handler from JWPlayer instance?

I'm the using JWPlayer. After setup the player I need to add listeners to some events, to give an example I listen to events.JWPLAYER_MEDIA_TIME like so: jwplayer('video-container').onTime(this.onTimeHandler); After a while I need to remove this…
a--m
  • 4,716
  • 1
  • 39
  • 59
8
votes
1 answer

JW player is not working in IE 8

I am just checking JW Players in compatibility with all browser. But, Not even a blank screen is coming in IE 8 browser, in other browsers it works well. I have already read the link JWPlayer Not Working for Internet Explorer 8 but couldn't get…
Hitesh
  • 4,098
  • 11
  • 44
  • 82
7
votes
2 answers

correct url not showing up in iframe copied from embed button

I am working on a website in which proper url doesn't show up after copying from the embed button. On clicking embed button(as shown below in an image), I am getting the following code inside iframe in which the value of src is not correct. It…
flash
  • 1,455
  • 11
  • 61
  • 132
7
votes
3 answers

How to seek() then pause() with JWPlayer 5.4

Does anyone know how to get JW PLayer v5.4 (either the Flash rendering or the HTML5 rendering) to pause after a seek() command? I'm trying to get the video to step 0.01 seconds forward or backward when a user clicks the fine-grain control buttons…
AJB
  • 7,389
  • 14
  • 57
  • 88
7
votes
10 answers

How to hide the JWPlayer play button?

How can I hide the play button that's in the center of the video screen in JW Player? I'm using version 5.4 of the player and I am embedding it using their own 'JW Embedder' technique. I've tried the following with no…
AJB
  • 7,389
  • 14
  • 57
  • 88
7
votes
0 answers

jwplayer: seek function doesn't work on mobile safari?

Test page (not working properly on iPhones) I have hundreds of videos on my site, and I want to replace their openings. To avoid re-render all the videos again, I use the following code to add the new opening as a playlist item that is going to play…
shenkwen
  • 3,536
  • 5
  • 45
  • 85
7
votes
2 answers

Jwplayer subtitles in Chrome appear too big

I have a page with jwplayer to play videos, but subtitles in chrome appears too big. You can check it in the next example page: https://support.jwplayer.com/customer/portal/articles/1430278-cea-608-and-708-captions Firefo example. Captions are ok in…
David Rojo
  • 2,337
  • 1
  • 22
  • 44
7
votes
1 answer

Jwplayer Video tracking using GTM

First of all I am new to GTM. I am trying to implement GTM video tracking on one of our site which is using JW player. I have followed couple of articles as follows: https://www.thyngster.com/jwplayer-video-tracking-using-google-tag-manager/ In the…
7
votes
1 answer

JW Player - Error loading player: HTML5 player not found in Rails 3.2 app on Heroku

I have the licensed version of JW Player 6. I downloaded the files and put them in the assets/javascript directory. Aside from the skins directory, there is a JS file for the HTML5 player as well as a flash.swf file for the flash player. Everything…
vich
  • 11,836
  • 13
  • 49
  • 66
7
votes
3 answers

JWPlayer: Trying to bound the video player inside my own container

I am using the JWPlayer source code for 6.0.2813 (http://developer.longtailvideo.com/trac/) and It seems the even though I have a movieclip and I added the jwplayer class as a child, the jwplayer creates itself as a child of the main stage, thus…
ParoX
  • 5,685
  • 23
  • 81
  • 152