Name Last Update
libs Loading commit data...
src Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
.jshintrc Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.md Loading commit data...
Gruntfile.js Loading commit data...
LICENSE Loading commit data...
README.md Loading commit data...
example.html Loading commit data...
package.json Loading commit data...

Build Status

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)