1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00
Video.js - open source HTML5 video player
Go to file
2010-08-19 17:08:46 -07:00
skins Restructured HTML/CSS to make skinning easier. 2010-06-26 21:48:05 -07:00
demo-subtitles.srt Added subtitles demo file & styles. 2010-07-20 13:39:11 -07:00
demo.html Updated flowplayer demo to include poster frame. 2010-08-19 15:51:53 -07:00
LICENSE.txt Updated license. 2010-06-02 09:08:15 -07:00
README.markdown Clearing play progress interval before setting it again, just in case. 2010-07-21 17:11:00 -07:00
video-js.css Added some CSS updated from Jim Puls 2010-08-19 17:08:46 -07:00
video.js Added a DOM Ready function, so no library/or onload function needed for basic setup. 2010-08-06 10:19:23 -07:00

VideoJS - HTML5 Video Player

View VideoJS.com for a demo and overview.

VideoJS is an HTML5 video player that uses the HTML5 video tag built into modern browsers, and javascript to add custom controls and functionality.

The base of VideoJS is Kroc Camen's 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.

Based on the tutorial at http://blog.steveheffernan.com/2010/04/how-to-build-an-html5-video-player/