Questions tagged [jwplayer7]
144 questions
2
votes
0 answers
Detecting stopped/interupted video stream with JWPlayer7
I've been trying all the error detection with the JWPlayer API, and can't seem to be able to detect if the video stream has been stopped, or interrupted. While watching the video, i turn off my network connection, which (I presume) should trigger…

GDP
- 8,109
- 6
- 45
- 82
2
votes
1 answer
Update JW Player Poster Image During Playback
Is there a way to update the image: during playback? We are using it for live audio and I would like to update the player with the album art.

austinh
- 1,061
- 6
- 13
- 34
2
votes
1 answer
Flash plugin failed to load - jwplayer
I have normal jwplayer set up here in jsfiddle.
Link : https://jsfiddle.net/hiteshbhilai2010/nL9tazxo/12/
but it is throwing the error in video player screen.
Please help me debug this issue

Hitesh
- 4,098
- 11
- 44
- 82
2
votes
1 answer
JW player 7 HTML5 and flash ads
I am currently upgrading from JW6 to JW7, and I am having a hard time figuring out the ads' behavior.
If I set the rendering Mode to HTML 5, will the player be able to play flash ads?
If I set the rendering Mode to flash, will the player be able to…

Jonathan
- 63
- 5
2
votes
1 answer
Display controlbar only when mouseover - Jwplayer 7.1.1
I want to display the controlbar only on mouseover event. I was able to achieve this in Jwplayer 7.0.3 using something like this:
var controlbarDiv = playerFrame.querySelectorAll('.jw-controls .jw-controlbar');
playerFrame.onmouseout = function ()…

oblivion19
- 308
- 2
- 5
- 14
2
votes
1 answer
Is it possible to add a caption track to a jwplayer instance after setup?
I have a html template which, when published, lists the variables of that story, and one of them is a closed caption file if captions have been made for the story:
var file_cc = "../xml/cc/example.vtt";
in the external js file I setup my player…

Daniel
- 782
- 2
- 6
- 24
2
votes
1 answer
why my youtube embedded jwplayer onseek event doesn't work at my website (jwplayer7)
My website use jwplayer embedded both self-host video and youtube video,
pause,play event works fine on both case, however seek even can only catch by self-host video .
The two cases are using the same code.
Can somebody tell me what can i do to fix…

張軒銘
- 130
- 1
- 13
1
vote
0 answers
JW Player Android Not able to Play DRM Content
I have used sample JWPlayer github example to test the normal content.
The normal content played well.
When I tested the DRM Content. It didn't Played.
I also followed the documentation.
Following is the…

Ravi
- 140
- 1
- 12
1
vote
1 answer
Issues with using youtube auto generated transcript with Jwplayer
I am facing issues with using youtube auto generated transcript with Jwplayer.
Here are links
http://academy.social27.com/welcome.aspx --- This is for Jwplayer
Youtube video link is
https://www.youtube.com/watch?v=3GSGhlo5R-I
Transcript vtt file…

Dalvir Saini
- 380
- 2
- 11
- 30
1
vote
0 answers
Hide loader from jwPlayer
I want to hide/remove loader from jwPlay. Just want to display a black screen or custom loader.
I have checked the document but I am not getting any kind of stuff like this. Even I have tried to hide the loader from with the CSS but I don't find any…

Rav's Patel
- 743
- 6
- 22
1
vote
2 answers
JW Player - Stop (target) Multiple Players with an Event Handler
I have a click handler to fire the built in jwplayer().stop(); functionality. However only my first handler executes and the other one fails (but no errors are logged).
The videos are embedded into the element divs in the view.
In another words: I…

Jonca33
- 3,333
- 7
- 25
- 35
1
vote
0 answers
Android Jwplayer KeyDown Overriding
does jwplayer implements its own function for KeyCode /Event to forward/backward/stop the playerview?
i have used this
`
@Override
public boolean onKeyDown(int keyCode, KeyEvent event) {
switch (keyCode) {
case…

Tenzing Sherpa
- 27
- 5
1
vote
0 answers
JW Player on jquery tab chance stop video and autostart current
I have multiple videos in same page using jquery tabs (https://wordpress.org/plugins/tabs-responsive/). So, what i m trying to do is to make them stop when i change tab and autostart again if i choose the same tab again or better reload the player…

MrLentis
- 11
- 2
1
vote
0 answers
How to add speed controls to Jwplayer
I want to add speed controls like 1x, 2x etc. to my jwplayer. I am using jwplayer 7
Plz suggest how to do it.
here is Code:
jwplayer("").setup({
'id': 'playerID',
'file': "some.mp4",
…

Dalvir Singh
- 423
- 3
- 11
- 25
1
vote
1 answer
JW Player (api.jwplatform.com) - CORS issues
I am having troubles in using JW Platform services in a web app developed with Angular2.
Should I assume that JWplayer don't properly manage CORS request on the 'api.jwplatform.com' end point?
Here is the case. I'm sending the following…

madHorse
- 109
- 4
- 13