1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-24 08:42:25 +02:00
Video.js - open source HTML5 video player
Go to file
2013-01-16 17:09:46 -05:00
build Update grunt build script. 2013-01-12 22:23:22 -08:00
docs Merge branch 'feature/component-docs' 2013-01-14 22:40:19 -05:00
sandbox Updated index.html.example to use sourcelist.js. 2013-01-14 23:29:20 -05:00
src Added a method for doing a deep merge on options objects so individual options could be passed to children withoug overwriting all defaults. 2013-01-16 11:09:56 -05:00
test Added a method for doing a deep merge on options objects so individual options could be passed to children withoug overwriting all defaults. 2013-01-16 11:09:56 -05:00
.editorconfig Added .editorconfig and travis CI badge 2012-12-11 14:33:42 -08:00
.gitignore Reorgnizing src files. 2013-01-11 23:02:20 -08:00
.jshintrc Reorgnizing src files. 2013-01-11 23:02:20 -08:00
.travis.yml Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
.zenflow Set up zenflow workflow management config. 2012-01-12 12:59:53 -08:00
CHANGELOG.md Adding line to CHANGELOG: Added automated test suite and support for Travis CI. 2012-12-10 18:54:48 -08:00
CONTRIBUTING.md Updated contributing.md to have grunt-cli step 2013-01-16 17:09:46 -05:00
Gruntfile.js Udpated contributing.md 2013-01-14 22:35:23 -05:00
LGPLv3-LICENSE.txt Optimized slider controls. 2011-12-05 11:28:18 -08:00
package.json Added phantom to package list. 2013-01-12 22:30:55 -08:00
README.md Updated readme and contrib.md 2013-01-14 22:51:01 -05:00
VERSION.yml Bumping version to 3.2.3. 2012-11-12 17:28:53 -08:00

Video.js - HTML5 and Flash Video Player Build Status

Visit the main site at videojs.com for download options and instructions.

PLEASE EXCUSE OUR DUST

We're finishing up a big overhaul of the libary which inludues

  • Closure compiler advanced mode support for drastically better minification over previous versions
  • Flashy new automated builds and test using node.js and grunt

Check out our contributing guide for info on building a local version.

About

Video.js was built to provide a fast and easy way to embed and work with video in a web page. It was built from the ground up with the assumption that HTML5 is the future of web video, however it supports Flash equally well for older browsers and for advanced features not yet supported in HTML5.

Some of the focuses of Video.js are:

  • Universal browser and device support
  • Fast player loading
  • Easily skinned (themed/chromed) using just CSS
  • A JavaScript API for controlling the video that works consistently across video platforms (HTML5, Flash, and soon other players like youtube) as well as devices

Contributing

Please check out our contributing guide.