Questions tagged [jwplayer7]
144 questions
1
vote
1 answer
How to seek back in JWPlayer's on("seek") callback
I want to seek back the video to specific position in on('seek') callback of JWPlayer 7
I am following this guide seek
But the problem is, It goes in a loop
instance = jwplayer("myDiv").setup({
"file":…

Deepak Mahakale
- 22,834
- 10
- 68
- 88
1
vote
0 answers
RTMP stream using JWPlayer
I tried searching the previous questions but they didn't help. They might be to old.
I created an RTMP server on Digital Ocean using Nginx and the RTMP plugin. I then downloaded and connected OBS to my RTMP server. It's working because programs like…

HamSolo
- 11
- 3
1
vote
2 answers
jw player : Can not load m3u8: Unable to fetch HTTP resource over HTTPS
I got issue with my new jw player version , I have upgraded JWplayer 6.9 to JWplayer 7.6.1 (Premium) version.
When I play video in chrome(v.52) without enabling flash I got following error
"Can not load m3u8: Unable to fetch HTTP resource over…

Pradeep Maurya
- 295
- 1
- 5
- 11
1
vote
3 answers
How to disable auto-rotation in jwplayer library?
How to disable auto-rotation in jwplayer library?
fragment.setFullscreenOnDeviceRotate(false);
setRequestedOrientation(ActivityInfo.SCREEN_ORIENTATION_LANDSCAPE);
android:screenOrientation="landscape" …

ТупойХакер
- 43
- 7
1
vote
0 answers
Does JWPlayer support Subresource Integrity?
I am using a cloud hosted player from JW (content.jwplatform.com/libraries/xxxx.js).
I'd like to add the integrity hashes to check if this resource is valid. But I am not sure if the source can change when there's for example an update of the JW…

Aldentev
- 490
- 2
- 6
- 18
1
vote
1 answer
JW Player For Youtube Videos Not Working
i have some issues when playing youtube videos on my site using jwplayer7.
https://support.jwplayer.com/customer/portal/articles/1406725-youtube-video-embed
from this tutorial, i have trying to do like this.
my player appear but the videos wont…

john due
- 11
- 3
1
vote
0 answers
JWPlayer not playing Wowza streams over rtmp through smil paylist
I'm trying to load a rtmp audio stream from a Wowza server into JWPlayer 7. The stream works fine if I load it in directly into JWPlayer.
But I want to load it from a Smil file (the reason for this is I can create the smil files on-demand, which I…

leon.nk
- 437
- 2
- 6
- 15
1
vote
3 answers
How can I play FLV video file in JWPLAYER in web-app on mobile devices?
I have tried and reseached everything about how to play flv video in mobile devices with jwplayer video player. I can run FLV in web-app on desktop but the same is not playing at mobile devices.
Can anyone have solution for this? Any suggestion.

Ronak Patel
- 3,324
- 4
- 21
- 31
1
vote
2 answers
JWPlayer7 not loading the skin colors
I have a weird error with jwplayer.
I configure it from a Angular JS Controller and load it with a simple preview button which loads the jwplayer with the requested conf.
As simple as this.
jwplayer(id).setup(config);
I have a skin and the skin…

lapinkoira
- 8,320
- 9
- 51
- 94
1
vote
1 answer
Jw player video analytics without uploading vide
Is it possible to have video analytics without uploading content to jw player?

Question Warriors
- 117
- 1
- 1
- 12
1
vote
1 answer
jwplayer code issue
I have this code

Anulador
- 11
- 3
1
vote
2 answers
Does JwPlayer supports Opera (with Presto) browser?
I am trying to play HLS content using JWPlayer on STB which has really old browser [Opera/9.80 (Linux mips) Presto/2.12.407], and I dint find any clear indication if JWPlayer supports such an old Opera.
jwplayer("player").setup({
file:…

Sheetal
- 91
- 1
- 7
1
vote
0 answers
1080p consider as 720p in jwplayer label
I set the different resolution in jwplayer it is working fine for me, only issue with the HLS labels, I have 5 resolution
(1)1080p
(2)720p
(3)480p
(4)360p
(5)240p
but 1080p set as 720p in jwplayer

Nikul
- 465
- 1
- 8
- 24
1
vote
1 answer
jwplayer hls label is not working properly
I have created HLS streaming, it is working fine for me except labels, I added custom hls labels but it is not working for me, here is my js
jwplayer.key = "**********";
jwplayer("container").setup({
file:…

Nikul
- 465
- 1
- 8
- 24
1
vote
1 answer
Show current quality label in JWplayer controlbar
I'm using JWplayer 7.2.3 and i have several video qualities, i use this code to display player:
jwplayer("myElement").setup({image: preview, sources: [{
file: "http://video6.net/hd1/2829.mp4?st=IxbKO3FEtTPi8Pr0hvufFw&e=1453509476",
label:…

user1887681
- 11
- 2