Questions tagged [jwplayer7]
144 questions
0
votes
0 answers
Video starts to play when doing F5/refresh/ctrl+F5 JW Player
I'm using JW player. I have video section with some overlay in my homepage. And video behind that overlay should not autostart. It should play only when I click on that overlay. But currently when I'm doing refresh(F5,ctrl+R, ctrl+F5, etc...) video…

aiddev
- 1,409
- 2
- 24
- 56
0
votes
1 answer
How to Prevent Video to Download
I am using Jwplayer to play video in my website.
I want to secure my video and just want that users can watch those videos and want to prevent them to download those.
Even I am using signatures with my azure storage videos and bits on run videos.…

Dalvir Saini
- 380
- 2
- 11
- 30
0
votes
1 answer
jwplayer seek not working after the jwplayer update (version 7.6)
I am using latest jwplayer version (7.6). After the update seek function is not working. This is my code
jwplayer('player').setup ({
'file': video_url,
'provider': 'video',
'width': '640',
'height': '420',
'image': image_url,
…

WP Learner
- 788
- 1
- 13
- 34
0
votes
1 answer
JWPlayer 7 sdk / code examples
I am developing JWPlayer plugins in order to use with our own video distributions. In JWPlayer's GitHub page there are sdks for JWPlayer 6 but not 7. For plugins, the README says:
JW6 plugins are supported in JW Player 7 for legacy purposes.
I am…

eye8
- 11
- 4
0
votes
1 answer
extract url from string other then href
i am replacing youtube url with youtube video using jwplayer.
$str=' sometexthttps://www.youtube.com/watch?v=6anwsDt8AhAApr 19, 2015 - Uploaded by Go FreelancerThis feature is not available…

Naisa purushotham
- 905
- 10
- 18
0
votes
1 answer
How to set the seek time to jwplayer
I am using the seek(second) method to skip the some video.
function playTheVideo(seekTimeInSec){
var playerInstance = jwplayer("myElement");
playerInstance.setup({
file:…

Prabhat Yadav
- 1,181
- 6
- 18
- 29
0
votes
1 answer
Upgrading to JWplayer 7.4.4
I am upgrading jwplayer to 7.4.4 with hlshtml and default mode as html5 settings.
My player is working fine in firefox. But in chrome its giving error : cannot load m3u8 crossdomain access denied.

Rohini
- 29
- 4
0
votes
0 answers
JWPlayer 7 Playlist on iPhone not playing (was playing)
Playlist was playing fine, actually on iPad it does play, but now it only plays the youtube video and stays full screen, while last week it played and then went to original player size and continued (not without a click of course), here is the code:…
0
votes
1 answer
JWplayer 7 - how make Video Background Transparent
I am using JWplayer 7.4.3 version. I invest much time to make video background transparent but no luck. Can someone please help on this?
jwplayer(_videoID).setup({
file: _vFile,
image: _vImage,
width: '100%',
aspectratio: '16:9',
…

Balram Sharma
- 119
- 1
- 3
- 15
0
votes
1 answer
Jw player with google analytics
I am using Jwplayer 6.9
I have free account.
I am trying to get video analytics using integration with google analytics.
I am following below mentioned link for…

Question Warriors
- 117
- 1
- 1
- 12
0
votes
1 answer
Can I assign my own media id to jwplayer through API
I have a small "Java" Program which uploads the video to Jw player via API.
Is there any way to send media id along with video?
I mean Can I use my media id instead of generated media id? Or is there any way so that i can assign my media id to…

Question Warriors
- 117
- 1
- 1
- 12
0
votes
1 answer
Scroll To Play mode for JWPlayer
need an assistance to setup a Scroll To Play mode for JWPlayer. Anyone can help?
Basically, I need a video to start only when a user scrolled down the page, where the video player is embed. Autoplay or Click To Play functions do not suit me here.…

Natalie
- 1
- 2
0
votes
0 answers
Jw player video analytics
I am newbie to Jw player.
My requirement is to use Jw player video analytics to my web application.
Now , My videos are in my local system , i do not want to upload it to jw player. So how can i use video analytics plugin?

Question Warriors
- 117
- 1
- 1
- 12
0
votes
1 answer
jwpsrv_position event trigger (overrides postMessage)
I am experiencing a strange issue and one which did not happen when we were using JW Player v6.
This started after upgrading to JW Player version 7
Firefox and Chrome are showing same behaviour.
A string sent through postMessage from sender to…

NJMUK
- 23
- 9
0
votes
2 answers
JW Player 7.4.2 not working on HTML5 for HLS at chrome version 50.0.2661.102
Am using jwplayer 7.4.2 enterprise version, Looking forward to use the html5 provider for HLS, Made all configuration changes, but still not working in html5 mode at chrome. But working fine in Edge. Do i need to make any other change?
Seeing the…

Nithin Raj
- 43
- 1
- 7