1
0
mirror of https://github.com/videojs/video.js.git synced 2024-12-02 09:11:54 +02:00
Video.js - open source HTML5 video player
Go to file
2012-12-31 15:25:56 -08:00
build Major rewrite to support Google Closure Compiler Advanced Optimization. 2012-12-30 21:45:50 -08:00
design Major rewrite to support Google Closure Compiler Advanced Optimization. 2012-12-30 21:45:50 -08:00
dev Updated qUnit tests. 2012-02-03 15:22:57 -08:00
docs Major rewrite to support Google Closure Compiler Advanced Optimization. 2012-12-30 21:45:50 -08:00
src Updated closure compiler build. Starting Flash support. 2012-12-31 15:25:56 -08:00
tech Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
test Updated closure compiler build. Starting Flash support. 2012-12-31 15:25:56 -08:00
.editorconfig Added .editorconfig and travis CI badge 2012-12-11 14:33:42 -08:00
.gitignore Major rewrite to support Google Closure Compiler Advanced Optimization. 2012-12-30 21:45:50 -08:00
.jshintrc Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -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:58:02 -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
dev.html.example Re-organized playback tech location in source. 2012-08-13 13:34:40 -07:00
LGPLv3-LICENSE.txt Optimized slider controls. 2011-12-05 11:28:18 -08:00
Makefile Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
package.json Trying to fix phantomjs running on travis CI 2012-12-11 13:54:16 -08:00
Rakefile Added newlines concat script to fix compiling issues. 2012-11-15 11:20:36 -08:00
README.md Added space to title 2012-12-11 15:02:47 -08:00
VERSION.yml Bumping version to 3.2.3. 2012-11-12 17:28:53 -08:00

Video.js - HTML5 Video Player Build Status

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

To build video-js from the latest version of the source, clone the source repository and run: sh build.sh in the video-js directory using the commnand-line/terminal of a unix-based system.

Contributing

If you'd like to help out on VideoJS, you are awesome. Updates should be made to the source files and then make a pull request.

When working on VideoJS code, you can use dev.html as your test page. It doesn't exist in the repo and changes to it won't be tracked. To get your own copy simply clone the repo and copy dev.html.example. cp dev.html.example dev.html

You can use dev.html to test new code. It's simple HTML doc that includes all the source files. Send a pull request for any updates.


BETA NOTES
Version 3 is almost a complete rewrite of the previous versions of VideoJS. New features includes:

  • HTML/CSS Controls and API now work for both the HTML5 and Flash versions.
  • Custom Super-lightweight Flash Fallback
  • Embed Code is much simpler.
    • No more "vjs-box" div required, just use the video tag.
    • No more embedding of Flash fallback within the video tag HTML.