Skip to content

Instantly share code, notes, and snippets.

@onetdev
Last active August 20, 2018 16:59
Show Gist options
  • Select an option

  • Save onetdev/d4c2557a960843e203bfd79877b79d42 to your computer and use it in GitHub Desktop.

Select an option

Save onetdev/d4c2557a960843e203bfd79877b79d42 to your computer and use it in GitHub Desktop.
VideoJS + EHLS XHR mod: Basic example
<link media="all" rel="stylesheet" href="https://unpkg.com/video.js@7.1.0/dist/video-js.css">
<script src="https://unpkg.com/video.js@7.1.0/dist/video.js"></script>
<video-js id="player">
<source src="//video/index.m3u8" type="application/x-mpegURL" />
</video-js>
<script>
videojs("player");
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment