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 15b36142ac Collect parsing events into a manifest object 12 years ago
libs Use handelbars to make templates for the manifest files. Add tests for media_sequence, playlist_type, and target_duration. 12 years ago
src Collect parsing events into a manifest object 12 years ago
test Collect parsing events into a manifest object 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 Move to a handrolled parser 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 Use the local bip-bop file in the example page 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)