1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-26 08:51:09 +02:00
Video.js - open source HTML5 video player
Go to file
Steve Heffernan be0febaad9 Added Travis CI config, and also supporting package.json.
Removed flwplayer folder.
Added phantomjs for Travis CI test running, including temp makefile.
2012-12-10 18:51:48 -08:00
build Added jhurliman's YouTube updates. 2012-08-10 17:25:14 -07:00
design removed outline from button focus. 2012-03-20 13:01:10 -07:00
dev Updated qUnit tests. 2012-02-03 15:22:57 -08:00
docs Fixed email link in skins doc 2012-11-14 19:29:03 -08:00
src Merge branch 'hotfix/fix-chrome-seeking-spinner' fixes #240 2012-11-12 17:32:44 -08:00
tech Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
test Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
.gitignore Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -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: Updated docs to use Github markdown 2012-11-15 11:23:07 -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 Added Travis CI config, and also supporting package.json. 2012-12-10 18:51:48 -08:00
Rakefile Added newlines concat script to fix compiling issues. 2012-11-15 11:20:36 -08:00
README.md small change 2012-08-01 14:35:08 -07:00
VERSION.yml Bumping version to 3.2.3. 2012-11-12 17:28:53 -08:00

VideoJS - HTML5 Video Player

Version 3.0 BETA

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.