You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
12 years ago | |
---|---|---|
libs | 12 years ago | |
src | 12 years ago | |
test | 12 years ago | |
.gitignore | 12 years ago | |
.jshintrc | 12 years ago | |
.travis.yml | 12 years ago | |
CONTRIBUTING.md | 12 years ago | |
Gruntfile.js | 12 years ago | |
LICENSE | 12 years ago | |
README.md | 12 years ago | |
example.html | 12 years ago | |
package.json | 12 years ago |
README.md
video.js HLS Plugin
A video.js plugin that plays HLS video on platforms that don't support it but have Flash.
Getting Started
Download the production version or the development version.
In your web page:
<script src="video.js"></script>
<script src="dist/videojs-hls.min.js"></script>
<script>
var player = videojs('video');
player.hls();
</script>
Documentation
(Coming soon)
Examples
(Coming soon)
Release History
(Nothing yet)