Help us improve jPlayer
- To download embedded videos without any software installation is also available. Keep reading, here I will demonstrate how to download embedded videos with Chrome/Firefox. Step1: Run Chrome or Firefox, open the page with the embedded video which you want to download, and then play the embedded video of the current page.
- Start quickly with the most recent versions of Word, Excel, PowerPoint, Outlook, OneNote and OneDrive —combining the familiarity of Office and the unique Mac features you love. Be more productive Find the feature you need fast and create documents more easily with built-in automated design and research tools.
Visual Studio 2019 for Mac. Develop apps and games for iOS, Android and using.NET. Download Visual Studio for Mac. Create and deploy scalable, performant apps using.NET and C# on the Mac.
Developing and supporting jPlayer is almost a full-time job. Help us continue to help you.
Please or buy a theme over at
Thank you to all those that have contributed!
Latest Release
jPlayer is on GitHub
jQuery Audio & Video player plugin
- Download the latest release from GitHub
- Clone or fork the jPlayer Repository on GitHub
- Install the jPlayer Node Packaged Module for node.js using
npm install jplayer
- The jPlayer Composer Package at Packagist
- The jPlayer CDN at cdnjs.com
- online demos (The examples are in the GitHub repository.)
- For support, use the jPlayer Google Group
- Licensed under the MIT license.
Development on GitHub
Development of jPlayer is tracked on GitHub in the jPlayer Repository. It is recommended that you use the latest release provided there.
jPlayer uses the version system of Major.Minor.Patch, where all versions are tagged and available on GitHub under releases. The jPlayer master branch and the current Minor version branch will be identical as patches are applied to the project. Feature development is tracked in the dev branch. Significant patches and new features will cause an update to the Minor version. Minor versions have the feature development branch merged with the patches.
The jPlayer Google Group will provide extra information on the current state of development, where a sticky thread with a title matching the current Minor release will give more details.
Release Archive
The release archive is maintained in the jPlayer Repository on GitHub.
Below is a record of the release dates of the major and minor versions of jPlayer.
jQuery Audio & Video player plugin
- jPlayer 2.9.0 : 27th November 2014
- jPlayer 2.8.0 : 11th November 2014
- jPlayer 2.7.0 : 1st September 2014
- jPlayer 2.6.0 : 2nd April 2014
- jPlayer 2.5.0 : 7th November 2013
- jPlayer 2.4.0 : 5th June 2013
- jPlayer 2.3.0 : 20th April 2013 †
- jPlayer 2.2.0 : 13th September 2012 †
- jPlayer 2.1.0 : 1st September 2011 †
- jPlayer 2.0.0 : 20th December 2010 †
† Warning: A security vulnerability in the Flash SWF enabled Cross Site Scripting (XSS).
jQuery Audio player plugin
- jPlayer 1.2.0 : 11th July 2010 †
- jPlayer 1.1.1 : 29th April 2010 †
- jPlayer 1.1.0 : 26th March 2010 †
- jPlayer 1.0.0 : 18th February 2010 †
- jPlayer 0.2.5 : 25th August 2009 †
- jPlayer 0.2.4 : 1st July 2009 †
- jPlayer 0.2.3 : 22nd June 2009 †
- jPlayer 0.2.2 : 20th May 2009 †
- jPlayer 0.2.1 : 4th May 2009 †
† Warning: A security vulnerability in the Flash SWF enabled Cross Site Scripting (XSS).
I got an email this week asking how to download some of my Azure Friday video podcast videos from http://friday.azure.com as well as some of the Getting Started Videos from Azure.com.
NOTE: Respect copyright and consider what you’re doing and WHY before you use this technique to download videos that may have been embedded for a reason.
Fluid Player Download Mac Download
I told them to download the videos with F12 tools, and they weren't clear how. I'll use an Azure Friday video for the example. Do be aware that there are a ton of ways to embed video on the web and this doesn't get around ones that REALLY don't want to be downloaded. This won't help you with Netflix, Hulu, etc.
First, I'll visit the site with the video I want in my browser. I'll use Chrome but this also works in Edge or Firefox with slightly different menus.
Then press F12 to bring up the Developer Tools pane and click Network. In Edge, click Content Type, then Media.
Click the 'clear' button to set up your workspace. That's the International No button there in the Network pane. Now, press Play and get ready.
Look in the Media list for something like '.mp4' or something that looks like the video you want. It'll likely have an HTTP Response in the 20x range.
In Chrome, right click on the URL and select Copy as CURL. If you're on Windows pick cmd.exe and bash if you're on Linux/Mac.
You'll get a crazy long command put into your clipboard. It's not all needed but it's a very convenient feature the browser provides, so it's worth using.
Get Curl: If you don't have the 'curl' command you'll want to download 'curl.exe' from here https://curl.haxx.se/dlwiz/ and, if you like, put it in your PATH. If you have Windows, get the free bundled curl version with installer here.
Open a terminal/command prompt - run cmd.exe on Windows - and paste in the command. If the browser you're using only gives you the URL and not the complete 'curl' command, the command you're trying to build is basically curl [url] -o [outputfile.mp4]. It's best if you can get the complete command like the one Chrome provides, as it may include authentication cookies or other headers that omitting may prevent your download from working.
GOTCHA: Make sure to remove the -H 'Range:' headers (if any) to ensure you get the FULL download and not just a range of bytes!
BEFORE you press enter, make sure you add '-o youroutputfilename.mp4.' Also, if you can an error about security and certificates, you may need to add '--insecure.'
In the screenshot above I'm saving the file as 'test.mp4' on my desktop.
There are several ways to download embedded videos, including a number of online utilities that come and go, but this technique has been very reliable for me.
Sponsor: Scale your Python for big data & big science with Intel® Distribution for Python. Near-native code speed. Use with NumPy, SciPy & scikit-learn. Get it Today
Download Fluid Player Videos
About Scott
Scott Hanselman is a former professor, former Chief Architect in finance, now speaker, consultant, father, diabetic, and Microsoft employee. He is a failed stand-up comic, a cornrower, and a book author.