JW Player is an open sourced 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.

learn more… | top users | synonyms

10
votes
3answers
2k views

How do I stream .flv files from SQL database

I want to store .flv files in the database and not in the file system. This is what I can do right now: Successfully convert .wmv and .mpeg to .flv with ffmpeg. Store images in SQL Server and show ...
7
votes
6answers
347 views

How can I add a video and playlist to a page using HTML5?

I had been using the flash based JWPlayer 4 with the playlist option. Recently I upgraded to JWPlayer 5 which is claims HTML5 support. The player by itself degrades nicely on mobile devices that ...
5
votes
1answer
628 views

non http streaming video for iOS devices

I am using wowza to restream source rtsp streams to multiple types of end devices. Due to the buffering restriction with http based streaming, I cannot use it for my application. I need to use RTMP or ...
5
votes
4answers
111 views

Can Google Analytics Pro Give Video Specific Data?

I now have Google Analytics Pro integrated into my videos correctly which is great news. However looking at the user guide it appears that the data collected is aggregated across all the videos that ...
4
votes
1answer
207 views

asp.net mvc return actionresult for video

What action result should I use when I am trying to return an mp4 video using asp.net mvc csharp? Currently, I hide my videos behind a method to protect it from unauthorized access. I call these ...
3
votes
1answer
137 views

How to get fullscreen video on jwplayer when using with fancybox

How do I go about getting fullscreen video on jwplayer when using it with fancybox? Right now I have fancybox opening up a div that contains jwplayer embedding and it works fine, the video plays when ...
3
votes
2answers
48 views

Random number in script

I would like to put a number to link to different music style playlist. To a specific music style is no problem. But also i want to make a random video player with all music playlists Is there a way ...
3
votes
2answers
140 views

“Start time” on TED video embeds

http://jsfiddle.net/N8dYL/ The goal i'm trying to acchieve is that when you click play, the TED Talk starts playing at for example 02:22 I've tried several things i know from JWplayer like ...
2
votes
1answer
494 views

Fancybox swfobject “The requested content cannot be loaded. Please try again later.”

Ok I have installed FB 2.0.x and it's really nice. But, I have a page with 4 videos on it using the JW Player. Currently, when you click on a link it runs a function to open a fancybox instance. The ...
2
votes
2answers
371 views

Can Flash pause an RTMP stream immediately?

I can stream video RTMP just fine in JW Player by LongTail Media. The Pause seems to work, however using Windows 7's Resource Monitor I can see that the player continues to download data when the ...
2
votes
0answers
582 views

JWPlayer Javascript API for Android Webview

I'm trying to get JWPlayer to return an alert when a few specific events happen from a flash player playing a local video. If you notice from the code below, onComplete, JWPlayer should return an ...
2
votes
3answers
206 views

JW player dock button not scaling related to player scaling

There is problem in scaling of Dock Buttons when of jw player when the player is resized. Here the Url of an example to see the issue. http://clients.dbglab.com/player.html Is there any way that I ...
2
votes
1answer
431 views

JWPlayer + youtube = Green Square in Background

Im embedding a youtube video in JWPlayer like this: <embed src="fileadmin/templates/web/js/jwplayer/player.swf" width="300" height="225" bgcolor="transparent" ...
2
votes
1answer
3k views

How to immediately hide control bar on either JWPlayer or FlowPlayer as video starts

I have a video that I need to immediately start playing when my page has loaded (that's the easy part). I can also set the video control bar to 'auto-hide' but I'd like it to be initially invisibile ...
2
votes
1answer
685 views

Is there a way to preload video using javascript?

I am developing a web app that is similar to an online version of power point. What I want to do is preload the previous and next slide while the user is viewing the current slide so that there is ...
2
votes
1answer
458 views

JW Player Shows Blank Video In Explorer After Hiding and Showing

In Internet Explorer 7 and 8 (WinXP/Flash 10), if I play my videos using the JW Player in the slider they work. However if I move to the next slide and then return to the original slide the video is ...
2
votes
1answer
367 views

Using jQuery to create a video switcher

I've got a design for a video page which has a main video panel which will load the FLV file into JWPlayer when a thumbnail image is clicked. I think what I'm looking for is a partial page refresh? ...
2
votes
3answers
2k views

JW Player: cross-browser “display:none” player behavior

Is there a simple, upfront method to have FF and IE treat hidden JW Players the same? I am placing different instances of the player dynamically in jQuery generated tabs. In effect, switching tabs ...
2
votes
3answers
922 views

Video not playing in IE in hidden div using JW Player, SWFObject and FancyZoom

I have a video that is meant to start playing when a user clicks on an image and said image opens a FancyZoom overlay. It works fine in every browser except IEs. If I place the video in a div that is ...
2
votes
3answers
11k views

Controlling JW FLV player with jQuery

I'm trying to control an instance of the JW FLV player player using jquery. What I want to do is have a series of links which when clicked load an XML playlist into the player. By following the ...
2
votes
1answer
6k views

Streaming server required with JW Player?

Currently, a site I developed plays mp3 files directly in JW Player using the file attribute and public URLs to the mp3 file. This is now an issue with the client for legal reasons, and they now need ...
2
votes
0answers
89 views

Menu indentation after full screen

Using the JW player, streaming flv via rtmp. I am also using the snell.swf skin. When I click on full screen, then return to normal I am seeing the menu for the currently playing item indent. Any ...
1
vote
0answers
42 views

JW Player HTML5-only mode

I'm trying to setup JW Player to playback in HTML5-only mode. Apparently it doesn't work and I only get to see the flash fallback. My setup: <div id='videoContainer04'>This text will be ...
1
vote
0answers
52 views

IE 8/9 issue with JWPlayer

I have this lightbox which plays a video perfectly for safari/chrome/ffox but not ie8/ie9 var preload = jwplayer('mb_inline_0_-1').setup({ 'flashplayer': ...
1
vote
1answer
37 views

jw player resume after refresh

how to make the JW Player have a "resume" or "remember" function which marks position of last play position of movie and remembers it when you come back to watch video again? So, if a viewer ...
1
vote
1answer
37 views

Using a JWPlayer Plugin hosted on *my* server

I'm trying to use the JWPlayer Caption plugin in an environment that is not exposed to the public internet. All of the documentation I've read about JWPlayer plugins (like this) just says to insert a ...
1
vote
2answers
76 views
+50

disabling play/pause in embedded video using JW player

I am using JW (v 5.8) player to embed a video. And I want to do it so that autostart is enabled, allowing the video to start playing as soon as the page loads, the controlbar is disabled so that a ...
1
vote
2answers
70 views

Lightbox closes on when clicking content

I have a lightbox with jwplayer inside of it and i also have links along with it, problem is that when I click one of the links it closes the light box and never goes to the link, almost as if there ...
1
vote
1answer
127 views

jwPlayer not working properly in IE 8

I want jwPlayer to play for 2 sec. and then pause. I implement this functionality but its not working properly in IE 8. Its working in mozilla and chrome. Anybody suggest me how to do it? JAVASCRIPT ...
1
vote
1answer
56 views

Get frame width/height of an mp4 file

Is it possible to get the frame width & height of an .mp4 file using ASP.NET? I know how I can get the width & height of an image (by using a Bitmap object), but I'm not sure whether this is ...
1
vote
0answers
75 views

jwplayer not loading movie

I've never used a or embedded a jw player before. I've done multiple tutorials..I even stripped the page down to nothing but the essentials. The movie does not load...infact nothing happens at all. ...
1
vote
1answer
44 views

Efficiently recording views on website

I have JWplayer installed on my website and would like to record and store the number of views my videos get. I already have all the javascript and ajax code needed to store data into my database ...
1
vote
0answers
86 views

Flash player disable download of flv files

We have a video streaming website, and the company decided to make some of the video content paid. So we built an authenticated area and finalized all the payment issues, and now we are down to the ...
1
vote
0answers
107 views

What's causing these 301 redirects?

As part of my internship, I'm working on a salespage http://www.BritishBoxBreakout.com/BBBSystem/index.html or http://www.BritishBoxBreakout.com/BBBSystem/index1.html the page itself seems to load ...
1
vote
1answer
132 views

Loading JW Player in a “lightbox”

I asked a specific question regarding an implementation of FancyBox version here (http://stackoverflow.com/questions/8221253/loading-jw-player-inside-of-fancybox) For this question, though, I am ...
1
vote
2answers
399 views

Video will not play in JW Player on Android

I cannot get JW Player to play anything on an Android device (real or emulated). In fact, even the default video and default setup that comes packaged in the JW Player download will not play! I've ...
1
vote
1answer
93 views

How can i serve a file through a php script and make it behave exactly the same as a direct link to the file?

I use a php script to check if a user is logged in before serving images or videos. The actual files are stored in a folder that is not able to be accessed directly. If the authentication is ...
1
vote
1answer
123 views

Need help for multiple playlist files in JWPlayer using query string

I have a single video page and many playlist files. The problem is I don't know how to make the JWplayer's 'file' parameter a variable so it can read any of my playlist files. I have researched and ...
1
vote
1answer
329 views

autostart jwplayer html5 for iphone browser

ive this code to run live streaming using jwplayer , its 2 part one if users was using PC and other if user using iphone , setting working fine for pc but when comes to html5 auto start never works , ...
1
vote
1answer
145 views

jwplayer events not firing

In the process of updating the video player for this website and I'm running into a problem. Can't get the event to fire on completion of the movie. Tried all the embedding options and scoured the API ...
1
vote
0answers
333 views

How can I embed a jwplayer so it plays inline in a facebook stream?

I have a custom skin on my jwplayer and I'm trying to get it to play inline in the facebook stream, like the youtube player. I've spent two days looking at docs and tweaking code for this and can't ...
1
vote
0answers
213 views

JWPlayer Prevent SKipping forward unless already watched

I'm using JWPlayer 5.4 and it's setup on the page using the javascript API. What I'd like to do is make it so that users can fastforward/rewing via the seek bar ONLY if they have already played that ...
1
vote
1answer
281 views

Facebook Error “There was a problem with the parameters of the request. Body of an error/warning message. Title is: Invalid Request”

I am posting a Link to a Webpage with Embedded video tags (youtube, etc..) through the Graph API to a Facebook Group. This causes the Video to be embedded in the stream but When you click play you ...
1
vote
1answer
474 views

JWPlayer - disable clicking on video to pause/resume?

I'm using the player as a video background for my site and I want to be able to disable the ability to click on the video to pause/resume. How can I do this? Thanks
1
vote
0answers
323 views

Which is better jplayer or jwplayer? [closed]

I need to make a video slideshow( slides to contain embedded video players and must play mp4 files), and I am kind of confused what would be the best free solution I can use? jplayer and jwplayer both ...
1
vote
2answers
408 views

jwplayer skips video while buffering

Jwplayer skips video streaming while it is buffering. I noticed this problem since a week before only. But there is no change in code. Player version is 5.5.1641. The problem seems to be with large ...
1
vote
1answer
251 views

JWPlayer, DIV, jQuery

I'm trying to make a DIV behind JW Player (newest 5.7 version) fade in a solid color through the use of jQuery upon clicking the Start button on JW Player. When the Stop button is hit on JW Player (or ...
1
vote
2answers
698 views

Free alternative to JWPlayer

JWPlayer looks absolutely awesome and worth the money, but unfortunately I don't have the budget for it. Is there a free alternative? Alternatively, any quick and easy SWF video wrapper for FLV would ...
1
vote
1answer
382 views

<input type=file>, jwplayer, javascript question

I display a file open box so the user can select a file on their computer: <input type="file" id="upload_input"/> but when I get the file the user chose in Javascript (see code below), which ...
1
vote
1answer
281 views

jwplayer 'share' image won't go away

At the end of playing a video, the jwplayer displays a "share" UI that covers the entire jwplayer rectangle -- this is a tabbed window with 3 tabs, 'share', 'embed', 'info.' I need to make this ...

1 2 3 4 5 7