Questions tagged [jwplayer6]

The v6 of JW Player - a popular Flash and HTML5 web video player.

The v6 of JW Player () - a popular Flash and HTML5 web video player. JW Player 6 used to acquire HTML5 and Flash rolled into one incredible player. JW Player 6 automatically selects the best playback for the viewer's device and browser with possibility to deliver unparalleled video on iPhone, iPad, Android, and the Desktop environments.

238 questions
3
votes
0 answers

Getting "Could not load plugins: File not found" for JWPlayer

We have been working on an iPad app which requires to play Video files without an internet connection. Now the video on iPad App works fine without the internet only when the App is started with the internet connection. Once the App is loaded, then…
Steve
  • 2,546
  • 8
  • 49
  • 94
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
3 answers

Hide on right click option in jwplayer

In Chrome: If I right click on jwplayer video, I can seen only one option "About jwplayer 6.12.." But In Internet Explorer: There are total 4 options are showing: About jwplayer 6.12.. Settings Global Settings About Adobe flash player…
Sariban D'Cl
  • 2,197
  • 2
  • 28
  • 42
2
votes
1 answer

jwplayer captions - close by default

I don't want the caption to show on startup. I added this: tracks: [{ file : 'subtitles/file.vtt', kind: 'captions', "default" : false }], captions: { color: '#fff', fontSize: 20, backgroundColor: '#006666', kind:…
user2587454
  • 903
  • 1
  • 19
  • 44
2
votes
0 answers

Jwplayer is cuting part of streaming video (MAC)

JwPlayer is cutting part of live streaming video (at bottom or right), and this happing only for mac browsers. With same Windows browsers is working well. Jwplayer code: jwplayer('player').setup({ sources: [{ file:…
napalias
  • 1,145
  • 1
  • 10
  • 21
2
votes
1 answer

Using javascript API to get video metadata based on video key

Our company has videos uploaded using JWPlayer's hosting services. Is there a way to pull a given video's metadata (title, description, etc.) by using their javascript API and passing in just the video key? Is there any way to do this without having…
k_mada
  • 151
  • 1
  • 8
2
votes
2 answers

JWPlayer rtmp redirect from php

I want to redirect dynamically to a file based on where the file requested exists. this is my PHP file code (simplified) JS code jwplayer("myElement").setup({ …
Junaid
  • 1,004
  • 8
  • 24
2
votes
1 answer

Is there a way to waterfall from IMA to VAST ads in jwplayer 6?

I would like to serve a IMA ad but "waterfall" to VAST on error. Is it posible to do it? As far as I know when you initialize a jwplayer you must set the client ("vast" or "googima"), so we cant change the client in the "onAdError" event. Any option…
xabi
  • 193
  • 1
  • 9
2
votes
1 answer

How to make JWPlayer VTT (thumbnail previews) load on demand instead of on load?

Looking at the JWPlayer documentation for Preview Thumbnail Tooltips through VTT files, the browser appears to download all thumbnail images specified in the VTT file on page load. I want to provide a thumbnail for each second of the video, however…
Brandon
  • 13,956
  • 16
  • 72
  • 114
2
votes
0 answers

jwplayer playAd() for mobile web with googima not working? Any workarounds.

I am trying to call the playAd() function of jwplayer for Google IMA Client in "mobile web". But this function call is having no effect. This is working in Desktop. I know from inspecting the page that jwplayer actually injects the google ima sdk js…
vinit
  • 526
  • 7
  • 18
2
votes
1 answer

Jw player Video not auto starting on Mobile devices

Hi I am using the jwplayer to generate the video for my website. Video is autoplaying on web browsers but for mobile device its not auto playing and loading showing there. Script used to setup jwplayer is below: version: 6.11 Here are the setting…
Dalvir Saini
  • 380
  • 2
  • 11
  • 30
2
votes
0 answers

JWPlayer Mute pre-roll Ads

i am a newbie with this, so i'll try to explain what is my problem. Currently i have a jwplayer that runs pre-rolls ads on a test web page and i need to mute the ads sounds. The problem is that some ads overlaps the player and no matter what i do…
2
votes
1 answer

how to play video in jwplayer when onclick function called....playlist

i am working on MVC5 video website with embedded jwplayer, the "file" value is assigned dynamically from @viewBag.VideoUrl to jwplayer and video plays with no problem...All videos from database loaded on the episodeList view, now for multiple videos…
Suhail Mumtaz Awan
  • 3,295
  • 8
  • 43
  • 77
2
votes
2 answers

jwplayer: how to disable seek on not viewed part of video?

I am using jwplayer 6.8.4616. I don't want users to seek to the part of video which he have not already watched, allowing to seek the part which have already watched, but unable to find good solution. I have tried JWPlayer Prevent SKipping forward…
hridayesh
  • 1,123
  • 1
  • 14
  • 36
1 2
3
15 16