Questions tagged [jwplayer6]

The v6 of JW Player - a popular Flash and HTML5 web video player.

The v6 of JW Player () - a popular Flash and HTML5 web video player. JW Player 6 used to acquire HTML5 and Flash rolled into one incredible player. JW Player 6 automatically selects the best playback for the viewer's device and browser with possibility to deliver unparalleled video on iPhone, iPad, Android, and the Desktop environments.

238 questions
17
votes
4 answers

How can I make fiddles enter full-screen?

I was trying to create some POC to try something with jwplayer but for some reason full screen for jwplayer is not working. Is there any way to make full-screen work in jsfiddle in jwplayer? Here is my jsfiddle …
Hitesh
  • 4,098
  • 11
  • 44
  • 82
15
votes
1 answer

JW Player Error loading media: File could not be played

We ran into a very strange problem with JW Player and really don't know an approach to solve it. JW Player shows the error: Error loading media: File could not be played sporadically across all browsers and platforms (sometimes it shows up and…
Marcus Rommel
  • 1,266
  • 1
  • 12
  • 17
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
7
votes
2 answers

Securing HLS with Token Authentication

I'm trying to protect as best as I can HTTP Live Stream format videos on our CDN. I would like to protect against hot linking, sharing url, preventing access to streams that are not yet published. Each video has multiple bitrates so the HLS files…
denizb
  • 133
  • 1
  • 1
  • 7
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
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
5
votes
3 answers

Use RTMP over port 80 or RTMPT over HTTP, what would be best?

We currently use CloudFront Streaming distribution with JW Player 6 and the RTMP protocol. However, some of our corporate users have told us that they can't see the videos and is because they have RTMP's port 1935 blocked. CloudFront support RTMP…
Guillermo
  • 864
  • 4
  • 12
  • 20
5
votes
1 answer

How to disable jwplayer timeslider

I have jwplayer 6 and i want to disable the jwplayer time slider. Do anyone have any idea that how can i disable its functionality
keshu_vats
  • 452
  • 6
  • 45
4
votes
2 answers

Integrate JW Player in Angular 4

I'm new to angular. I want to know how to integrate JWPlayer in my angular 4 project.I have already imported src of jwplayer.js in .angular-cli.json. Thank You.
4
votes
5 answers

Jwplayer : Error loading player: No playable sources found

I am implementing video playing with jwplayer 6. I have premium edition account. also using wowza server for streaming. jwplayer.key = "XXXXXXXXXXXXXXXXXXX"; jwplayer("player2").setup({ width: 640, height: 360, file:…
Mohini
  • 407
  • 2
  • 4
  • 11
4
votes
1 answer

How to add custom cue points in JW player

Say I have an array of time in seconds. var points = [5, 30, 50]; So when the jw player is initialized, I want to read this array and then place cue points[markers] on the timeline. And once the seek bar reaches the cue point, I want to call a…
Ajey
  • 7,924
  • 12
  • 62
  • 86
4
votes
1 answer

jwplayer 6 seeking on element in playlist doesn't work

We're using an external scrubber (a UI element that is not the default seek bar) for seeking (via jquery ui draggable) and it is not updating the jwplayer when it should be. Synopsis of our code: $('#scrubber').draggable({ // ... stop:…
adamellsworth
  • 361
  • 1
  • 3
  • 15
4
votes
2 answers

jwplayer set fullscreen mode onclick

Why this code in not working for me ? I want set player in fullscreen mode on click... jwplayer('player').setup({ file: 'file.mp4', image: 'poster.jpg', width: '600px', aspectratio: '4:3' }); $(document).ready(function() { …
user3695969
  • 43
  • 1
  • 3
4
votes
0 answers

Set jwplayer 6.7 control bar to bottom : width issue with player control

Is it possible to stop showing the jwplayer control bar on hover and bring it to bottom, Since often times control bar is overlaying the subtitles and it is not clearly visible for example - if I want to reduce player volume and still want to see…
Hitesh
  • 4,098
  • 11
  • 44
  • 82
4
votes
3 answers

jQuery click event not trigger

I'm using jwplayer latest version 6.8. I try to use jQuery to call function when user clicked my logo in the player but it doesn't work. This is the logo's image tag of the player in HTML: This…
Love
  • 112
  • 8
1
2 3
15 16