Questions tagged [jwplayer7]

144 questions
-1
votes
1 answer

JWPlayer = youtube videos not playing on JWPlayer insted playing youtube version

I have noticed that one of our machines is not playing youtube videos on JWplayer code instead it is playing on default youtube code. But most of the machines works as expected. Please see attached image and I would appreciate your quick help on…
Balram Sharma
  • 119
  • 1
  • 3
  • 15
-1
votes
2 answers

How can i convert RTMP to HLS in jwplayer

I did RTMP streaming it is working fine for me, But now client needs HLS streaming, here is my code for RTMP streaming var playerInstance = jwplayer("containerForShortVideo"); playerInstance.setup({ image: "'…
Nikul
  • 465
  • 1
  • 8
  • 24
-1
votes
2 answers

How to change label "HD" in jwplayer

I am using below script for jwplayer, it is working fine for me, but there is an issue with label "HD", I want to change this label, How can i solve this ? var playerInstance = jwplayer("containerForShortVideo"); …
Nikul
  • 465
  • 1
  • 8
  • 24
-1
votes
2 answers

jwplayer getting error "No playable source found"

I am working with jwplayer, In which i want to add HD toggling like 720p,360p,260p, for that i am using below code but it is giving me error like "No playable source found",
Nikul
  • 465
  • 1
  • 8
  • 24
-1
votes
1 answer

getting error "No playable source found" while i load video with jwplayer

Right now i am working with jwplayer, when i load my video it is giving me error like "No playable source found", here is my code