VideoJS - [HTML5 Video Player](http://videojs.com) ================================================== Version 1.1.1 View [VideoJS.com](http://videojs.com) for a demo and overview. VideoJS is an HTML5 video player that uses the HTML5 video tag built into modern browsers, and uses javascript to add custom controls, new functionality, and to fix cross browser bugs. The base of VideoJS is Kroc Camen's [Video for Everybody](http://camendesign.com/code/video_for_everybody), which is a video embed code that falls back to a Flash video player or download links for browsers and devices that don't support HTML5 video. View demo.html for an example of how to use it. Originally based on [this tutorial](http://blog.steveheffernan.com/2010/04/how-to-build-an-html5-video-player/). Contributors (Github Username) ------------------------------ heff, dz0ny, sentientbit, Shraymonks, albertogasparin, sandaru1, nicholasbs, majornista, tvdeyen Getting Started --------------- ### Step 1: Include VideoJS Javascript and CSS files in your page. Change the src/href to the appropriate location on your server. ### Step 2: Add the VideoJS setup code to your page or another script. Must run after the VideoJS javascript file has been included ### Step 3: Add the VideoJS embed code to your page (grab the latest version for demo.html). Change the video and image files to your own. You can even swap out the Flash Fallback for your own, just maintain the "vjs-flash-fallback" class on the object. I know, seems like a lot of HTML, but it's super compatible. [Check it](http://camendesign.com/code/video_for_everybody/test.html).
Download Video:
MP4,
WebM,
Ogg
HTML5 Video Player by VideoJS