Questions tagged [jwplayer7]

144 questions
5
votes
3 answers

jwplayer v7.xx _.getVideoData is not a function issue

From today I have the following issue on youtube hosted videos when I want to change dynamically the video on my site. _.getVideoData is not a function Uncaught TypeError: _.getVideoData is not a function at M…
janosdupai
  • 519
  • 1
  • 5
  • 16
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
1 answer

JWPlayer default resolution

I am fairly new to JWPlayer, but I like it. I am using their free cloud hosted version and it works quite well. However, when wanting the default streaming quality to be something other than 360 (like 720), every help article on their site points to…
Jeff.Clark
  • 599
  • 1
  • 5
  • 27
4
votes
2 answers

How to add an additional button to the controlbar with jwplayer 7

I am interested in adding a download video button, similar to the one here -- http://support.jwplayer.com/customer/portal/articles/1436999-example-adding-a-download-button. However, I would like to add it within the control bar (a download arrow to…
David542
  • 104,438
  • 178
  • 489
  • 842
3
votes
3 answers

Get User watched total time of a video in jwplayer

I want to capture Total Played/watched time of a video from jwplayer. using below sample code. jwplayer("player").setup({ "playlist": [ { "sources": [ { "default": false, …
3
votes
1 answer

How to Integrate JWPlayer in android studio

Guys i am working on a project where i want to play a video coming from json. I want to use Jwplayer for this purpose please tell me How to Integrate JWPlayer in android studio.
user6430425
3
votes
1 answer

From where i can download jwplayer.js

I am not getting a location from where i can download the jwplayer.js . I searched on the google and found solution at the support to download the jwplayer.js from https://account.jwplayer.com/#/account but i did not found any thing here. it is…
Prabhat Yadav
  • 1,181
  • 6
  • 18
  • 29
3
votes
4 answers

JWPlayer and HLS streaming - "Error loading player: No playable sources found"

The problem I have a server (nginx-rtmp-module) that streams from IP camera to HLS. I want to embed the live stream to popular browsers: Chrome, Firefox and IE. The stream is not working on some desktop browsers. Test player:…
gpson
  • 63
  • 1
  • 2
  • 10
3
votes
1 answer

require.js, AMD and "missing license key" using jwPlayer 7

As happy as I was that jwPlayer 7 is using a compatible format in their js file, I'm currently working with a setup including require.js and I'm getting a player on my site but it shows "Error setting up player: Missing license key". This is in the…
All Bits Equal
  • 731
  • 2
  • 10
  • 26
3
votes
1 answer

jwplayer onready event is not firing

Am using jwplayer 7 enterprise version, while using onReady method in new API format, but the onReady event is not firing all the time. I don't see any error in console as well. Following link is the Sample player, please help to resolve…
Nithin Raj
  • 43
  • 1
  • 7
2
votes
0 answers

i have a code of jw player wont show cc on mobile browsers?

i have this code for jw player it show the cc on desktop browsers but when i open it on my phone it wont show cc button can any one help me
2
votes
1 answer

Response code 302 while playback in JWPlayer Android

I am getting an error given below while integrating JWPlayer with my app. com.google.android.exoplayer.upstream.HttpDataSource$InvalidResponseCodeException: Response code: 302 This is occurring while trying to play a redirected url (the url may…
2
votes
1 answer

JW player autostart not working on mobile?

I am using jwplayer in my site, I have included the player using iframe. I have included the player js script. then iframe with the source.
Abel
  • 2,371
  • 3
  • 15
  • 29
2
votes
2 answers

JWPlayer: Removing listeners on remove event

I have written a piece of code to unregister from JWPlayer events jwPlayer().on('remove', function(e){ // taking the lisenters off jwplayer().off('error'); jwplayer().off('levelsChanged'); }); Problem is these "off" calls work, if they…
Vishvesh
  • 512
  • 8
  • 21
2
votes
1 answer

JWplayer with

Is there a good way of using JWplayer to instantiate a video tag in stead of a plain div? Here's a support thread (https://support.jwplayer.com/customer/portal/questions/6062676-jw-player-not-working-with-video-tag), but basically JW admin comes…
Hivekey
  • 176
  • 6
1
2 3
9 10