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.
 
 
 
Lee Whitaker 8da6ac576a use npm version of media-sources 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 Tweak the segment parser to avoid shifts 12 years ago
test Add travisci hook. Fix some jshint issues. 12 years ago
.gitignore Ignore IDE metadata 12 years ago
.jshintrc Tighten up jshint 12 years ago
.travis.yml Fixup .travis.yml file. 12 years ago
CONTRIBUTING.md Initial commit 12 years ago
Gruntfile.js Add travisci hook. Fix some jshint issues. 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 use npm version of media-sources 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)