JW Player is a Flash and HTML5 web video player, free for non-commercial use with commercial and enterprise licenses available. Arguably one of the web's most popular video players.
0
votes
0answers
5 views
I need an equalizer for my live audio stream
I have tried to use jwplayer and flowplayer, for jwplayer I have found some equalizers but they don't work for live audio streams, I need to have a "monitor" for my live stream, so I tought I could ...
0
votes
0answers
8 views
I need an equalizer (funny bars) for my live rtmp stream
I have tried to use jwplayer and flowplayer, for jwplayer I have found some equalizers but they don't work for live audio streams, I need to have a "monitor" for my live stream, so I tought I could ...
0
votes
1answer
14 views
Video Streaming Server
I want to create an HTTP video streaming model. I am using Air PlayIT to utilize as streaming server (do not want to get into setting up Apache based streaming) now the URL that is generated out of it ...
0
votes
1answer
17 views
How do I capture character keyboard buttons pressed in video fullscreen mode
I'm using a HTML5 jw player 6.. Is it possible to capture character keyboard buttons pressed in fullscreen mode?
I have tried using
$("body").keyup(function(e) {
div.innerHTML = e.keyCode;
});
...
0
votes
0answers
32 views
Changing source in videos-js eating memory until leak
i'm using video-js media player with flash fallback to dynamically play and change mp4-videos (h.264 - only source available) on a site i'm working on.
My problem is, every time i'm changing the ...
0
votes
1answer
13 views
jwplayer 6: get filename
Is it possible to get the filename of the current jwplayer loaded file?
jwplayer('player_1').setup({
width: 640,
height: 480,
file: "http://domain.com/filename.mp4"
});
I came across this ...
0
votes
0answers
15 views
JwPlayer Pause video and show image
when the video getting in 10 seconds, the video should pause and display an image.
<script type="text/javascript">
jwplayer("container").setup({
events:{
onTime: function(event) {
if ...
0
votes
0answers
14 views
JW Player 6 seek and pause
How can I get JW Player 6 to seek to a point and pause itself there without losing the ability to seek while continuing playback on subsequent requests.
For example, the following solution is not ...
0
votes
0answers
27 views
Streaming live stream with JWplayer in Phonegap
I have been at this for days and have had no luck with trying to trouble shoot. So I have multiple live streams up on my site and I wanted to put this in an app but everytime I upload to phonegap and ...
0
votes
0answers
15 views
How to display the jwplayer video caption in own division
i am using JWplayer for my videos
my player design will be hiding jwplayer control bar having my own control and than below the video i need to have caption not over the video so that view of the ...
-1
votes
0answers
19 views
Pros/Cons of YouTube videos VS YouTube videos embedded in players like JWPlayer in websites [closed]
We are hosting a Wordpress site where users are able to register and share videos they have already uploaded on YouTube. At the moment we offer two options of doing this:
1) Providing the YouTube link ...
0
votes
1answer
26 views
play video from servlet outputstream using jwplayer in html
After browsing a lot and wasting much time i managed to setup one player that is JWPlayer now this player is able to play the files whose location is in context path something like "video/test.flv". I ...
1
vote
1answer
19 views
AnythingSlider and JWPlayer; Slide changes before video is finished
I'm having a problem with AnythingSlider changing slides before my JWPlayer video has finished. The buffering of the video hasn't finished yet so the frame slides over.
Here is my JW and slider ...
0
votes
0answers
29 views
Jwplayer is not able to play mp4 files, getting error “file not found”
WE are using jwplayer's latest version in our asp.net website and we are unable to play the mp4 videos, Flv videos are playing fine. Need help getting error "Error loading media: File could not be ...
0
votes
1answer
8 views
Jwplayer simple code not working in jsfiddle but working on my browser
I am using Jwplayer for my videos to be played.
so i was using JS fiddle to test JWplayer API
I had included JS file as instructed in jsfiddle. Video works fine but i am tring to have one button ...
1
vote
0answers
33 views
can't get JwPlayer to play from Rackspace CDN
UPDATE
It would appear the "Direct/Download URL" from Rackspace WORKS!
But, the "Stream URL", which worked with FloPlayer, Does NOT WORK with jwPlayer!?
I can get the images to load, I can get ...
1
vote
0answers
28 views
Best format available for jwplayer
I want the quality 360p, so I thought the format. Mp4
but is slow to load the video on my local server is faster but takes a long web. videos in flv is faster.
I use ffmpeg to convert videos
I'm ...
2
votes
1answer
67 views
JS to hide banner only works Firefox
I have a problem in a javascript and css also.
I have a video that will only be displayed when you click on 2 ads in sequence.
<script type="text/javascript">
function closead(a,background) {
...
1
vote
0answers
19 views
jwplayer 360p video takes to load
I have a problem with the plugin jwplayer
he has 2 medium 240p and 360p on my localhost it performs normally.
but when sending to hosting takes too long to load the video in 360p at 240p it loads ...
1
vote
1answer
35 views
Unable to Load player when using JWplayer
I'm using JWPlayer 6 in my django website. I want to display different videos on the same page. Due to the fact that I'm iterating over objects, I can't assign different class id's to Jwplayer tag. So ...
1
vote
0answers
30 views
an appropriate browser plugin for playing flash streams that also plays on Android
I am trying to setup a web page able to play live and on-demand rtmp streams on a certain rtmp-server. Previously I had success with jwplayer and I had setup this player to play on pc clients ...
1
vote
0answers
28 views
RTSP breaks SSL
Is there a way to prevent jwplayer from disabling the green SSL when streaming realtime?
Also if I am on an SSL website, are all the relative-to-the-site AJAX script calls automatically secured?
1
vote
0answers
23 views
JW Player crossdomain vulnerability
I'm using JW Player 6 on my website, but Facebook embedding is not supported, so in the og:video tag I'm still using the old version (5.10).
This version has a vulnerability issue (source): any video ...
1
vote
0answers
21 views
Android JW Player issue
I had implement JW Player in android, but getting black screen when video load from live URL.
My HTML file
<!DOCTYPE html>
<html>
<head>
<script ...
1
vote
1answer
97 views
Video player | Change language and quality
I need to have a video player where user can change the language and quality for playing video. Like in the image below
So, for one video, I have actually 6 videos (2 qualities and 3 languages ...
1
vote
2answers
49 views
Execute JavaScript once in PHP & MySQL's while-loop with JWPlayer 6
I'm using JWPlayer6 (non-commercial version) and I'm facing a serious problem, using a while loop to loop over all videos from a MySQL database using PHP. Unfortunately, the web page just shows one ...
1
vote
1answer
43 views
how to move slider as video is being moved
I am doing a customized control bar. right now i am working on seek bar .i am able to play video on that particular time as the seek bar is moved . Now i need to do the vice versa that is . when my ...
1
vote
1answer
55 views
Is it possible to add the video duration to JWPlayer using the JavaScript API?
I have a bunch of files on my server that get encoded in realtime when JWPlayer requests it. Since it's a non-seekable video, JWPlayer does not show the duration. I have an API on my server that can ...
1
vote
0answers
107 views
JWPlayer Error Loading player
I use JW Player in my Wordpress.
And get this error
Error Loading player.
No playable source found.
i get this only on my mobile. In Firefox and Safari it works, nut customer told that in his PC in ...
1
vote
1answer
20 views
JWPlayer/Video: how can I setup a wildcard ID so I can have multiple videos on the same page
Here's the deal:
I have a wordpress blog where I use bits of video.
In order for the html5 player (JWPlayer) to work, in a page full of other videos, I have to give a unique ID to each video and have ...
1
vote
2answers
32 views
Embbeding JW player 5.1 on facebook wall
I'm making a web of videos and i need to put these in the facebook wall of my users when they push the share button. I'm using JW player 5.1 and I read this tutorial ...
-3
votes
0answers
127 views
how to make custom seek bar for player in jwplayer
I am making custom seek bar for jwplayer using the jwplayer api. I found duration of the video but slider is not working .i am not able to understand the problem .
i also have to make seek bar ...
2
votes
1answer
73 views
How to remove a event handler from JWPlayer instance?
I'm the using JWPlayer. After setup the player I need to add listeners to some events, to give an example I listen to events.JWPLAYER_MEDIA_TIME like so:
...
1
vote
0answers
45 views
Wordpress & JWPlayer plugin - adding video thumbnail to loop
I have a Wordpress site with the JWPlayer plugin installed.
I embed a video into a Post and then have an archive page for that post type.
Is there a way I can display the video thumbnail on the ...
1
vote
1answer
188 views
jwPlayer not working properly in IE 9 but works on chrome and ie 10
my self hosted jwplayer doesn’t work with ie9 but it works with chrome and ie 10. Any help that you guys can offer would be greatly appreciated. The code is listed below.
<html>
...
1
vote
1answer
46 views
how is it possible to put a div over a jwplayer5 video?
The problem is that on IE the video jwplayer5 goes over everything, and my goal is the user to avoid to click over the video, to prevent PLAY/PAUSE effects.
i was suggested to put a div over the ...
1
vote
0answers
29 views
How do I get the duration of all videos in the JWPlayer Playlist?
I can get the duration of the currently playing item but not of the other items in the playlist.
I've already tried this:
var totalTime = 0;
var list = new Array();
list = ...
0
votes
0answers
127 views
JW player 6 cross domain access denied
I have a HLS stream that can be viewed on an iPhone but not on a desktop. It returns the error "Cannot load M3U8: crossdomain access denied" message, but I have crossdomain.xml placed on wowza server ...
1
vote
0answers
66 views
jwplayer playlist is not working in mobile
hi all,
jwplayer("XXX").setup({
playlist: [
{file: "http://www.youtube.com/watch?v='.$youtube_id1.'"},
{file: ...
1
vote
0answers
82 views
How to immediately hide control bar on either JWPlayer or FlowPlayer while video loads
Using the code:
jwplayer('myPlayer').setup({
file: '/somefile.mp4',
'controlbar': 'none',
'autostart': 'true',
'icons': 'false',
'width': '53px',
'height': '43px',
'repeat': 'always',
'mute': ...
1
vote
1answer
74 views
jwPlayer 6 seeking to exact position
Is it possible to somehow get jwPlayer 6 to seek to an exact position in the video, regardless of keyframe interval?
I acknowledge that this probably requires that it will have to go to the previous ...
1
vote
1answer
69 views
test html5 mode in jwplayer
I am working with JWPlayer 6 using a Flash enabled browser.
How can I get JWPlayer 6 to use HTML 5 even if flash is installed.
I currently have the following config for JWPlayer:
...
2
votes
1answer
58 views
How to show native jwplayer play button on iPhone
I'm trying to make jwplayer show the native iPhone play button (see below) on iPhone, and a custom skin elsewhere. I've tried to use chromeless: true, but it didn't help (I still get the skinned play ...
1
vote
1answer
65 views
Django - Displaying video with jwplayer
I am currently trying to display a video on a website using jwplayer. The view for the page is
def video(request):
return render_to_response('video_player/video.html', ...
1
vote
0answers
113 views
[JWPlayer]: Play last segment of .ts from HLS?
In JwPlayer Is it possible to play last segment of .ts from HLS? In this case last segment is stream00736.ts
current JwPlayer code:
jwplayer("<?php echo $this->id?>").setup({
...
2
votes
1answer
40 views
protect jwplayer video from hotlinking in rails
I want to check if the request from is browser then expose the video cdn link to jwplayer. I want to make hard video from download.
My routes code is
4 match "/assets/protect/:id.:format" => ...
1
vote
1answer
40 views
how to prevent PLAY and PAUSE click operation on jwplayer5 video, ONLY when set to FULLSCREEN MODE?
I'm using jwplayer 5 and I need a way to prevent to execute click operation (Play if paused and Pause if in play) when my video is set on full screen mode.
I am not able to manage it. Is there a ...
1
vote
2answers
209 views
JW Player 6 - Auto playlist creation based on videos in folder
What I have
PHP 5.3
JW Player 6.4
Who is this for
I use this just to validated videos, instead of writing the code for the playlist. I put all the videos in a folder and they show up on the ...
1
vote
1answer
95 views
JW Player : video play in mobile browser and web browser
I am using JW Player to play videos in mobile and web browser;
I have many 100 videos with dimension 1280*700 px. This video fit for web browser and loading time according to web browser and net ...
1
vote
0answers
113 views
Primary and Fallback (RMTP and HTML5) for JWPlayer 6
I'm currently using JWplayer 6, and I figured that there are configurations "differences" between JWPlayer 5 and 6.
Does anyone know how to set primary and fallback for JWPlayer 6?
I've set my ...
