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.
 
 
 
David LaPalomento 26096d0dfc Standardize plugin naming and re-organize some tests 12 years ago
libs/qunit Initial commit 12 years ago
src Standardize plugin naming and re-organize some tests 12 years ago
test Standardize plugin naming and re-organize some tests 12 years ago
.gitignore ignore vim swp files 12 years ago
.jshintrc Tighten up jshint 12 years ago
.travis.yml install the grunt client as part of travisCI flow 12 years ago
CONTRIBUTING.md Initial commit 12 years ago
Gruntfile.js Add method to test m3u8s directly against expected JSON output 12 years ago
LICENSE Use npm for dependencies 12 years ago
README.md Add travisci hook. Fix some jshint issues. 12 years ago
example.html Standardize plugin naming and re-organize some tests 12 years ago
package.json Collect parsing events into a manifest object 12 years ago

README.md

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)