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
2012-05-02 20:55:57 -07:00
build Cleaned up demo file. 2012-03-20 11:07: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 Updated tracks docs 2012-03-19 15:49:12 -07:00
flash Updated to newest version of Flash player. Preparing for final release. 2012-01-09 12:18:08 -08:00
src Fixed multiple event listeners added for controls fading on play event. fixes #173 2012-05-02 20:54:40 -07:00
tech MAJOR REFACTOR: Restrcutured code into class-based components. Setup and configuring should still work the same, but controls and tech elements are now sub-classes for Component, which builds elements and applies event behaviors. 2011-11-29 11:40:05 -08:00
test Created new 'loadedalldata' event, and test. 2012-02-13 13:15:20 -08:00
.gitignore Set up zenflow workflow management config. 2012-01-12 12:58:02 -08:00
.zenflow Set up zenflow workflow management config. 2012-01-12 12:58:02 -08:00
build.sh Removed swfobject from build. Using custom Flash embed to save file size. 2012-01-30 11:05:55 -08:00
CHANGELOG.md Adding line to CHANGELOG: Fixed error with multiple controls fading listeners 2012-05-02 20:55:57 -07:00
decisions.txt MAJOR REFACTOR: Restrcutured code into class-based components. Setup and configuring should still work the same, but controls and tech elements are now sub-classes for Component, which builds elements and applies event behaviors. 2011-11-29 11:40:05 -08:00
demo-subtitles.srt MAJOR REFACTOR: Restrcutured code into class-based components. Setup and configuring should still work the same, but controls and tech elements are now sub-classes for Component, which builds elements and applies event behaviors. 2011-11-29 11:40:05 -08:00
dev.html.example Removed swfobject from build. Using custom Flash embed to save file size. 2012-01-30 11:05:55 -08:00
LGPLv3-LICENSE.txt Optimized slider controls. 2011-12-05 11:28:18 -08:00
Rakefile Added captions file to release files. Added caption to demo. 2012-03-20 10:28:10 -07:00
README.md Updated readme to talk about dev.html 2011-11-30 13:27:21 -08:00
source-list.js Added line to feature list for Fullscreen edit pull request. 2012-01-17 10:18:19 -08:00
VERSION.yml Bumping version to 3.2.2. 2012-05-02 20:55:35 -07: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.