Skip to content

onyxrev/video-js

 
 

Folders and files

NameName
Last commit message
Last commit date
Aug 11, 2012
Oct 15, 2012
Oct 10, 2012
Aug 11, 2012
Oct 23, 2012
Oct 19, 2012
Oct 10, 2012
Oct 15, 2012
Jan 12, 2012
Jun 28, 2012
Dec 5, 2011
Aug 1, 2012
Mar 20, 2012
May 3, 2012
Oct 10, 2012
Nov 29, 2011
Nov 29, 2011
Oct 10, 2012
May 3, 2012

Repository files navigation

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.

About

Universal video embed.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.9%
  • Ruby 1.7%
  • Shell 0.4%