Name Last Update
libs/qunit Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.jshintrc Loading commit data...
CONTRIBUTING.md Loading commit data...
Gruntfile.js Loading commit data...
README.md Loading commit data...
example.html Loading commit data...
hls-example.html Loading commit data...
package.json Loading commit data...
video-js-hls.iml Loading commit data...

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/video-js-hls.min.js"></script>
<script>
  var player = videojs('video');
  player.hls();
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)