mirror of
https://github.com/videojs/video.js.git
synced 2024-11-28 08:58:46 +02:00
Video.js - open source HTML5 video player
f0154eeab7
Fixed iOS loading issue. |
||
---|---|---|
build | ||
compare | ||
design | ||
docs | ||
flash | ||
src | ||
tech | ||
test | ||
.gitignore | ||
build.sh | ||
decisions.txt | ||
demo-subtitles.srt | ||
dev.html | ||
LICENSE.txt | ||
README.md | ||
video-js.zip |
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
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.