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)