Skip to content

Extension that allows native hls playback in chrome browser

License

Notifications You must be signed in to change notification settings

dighan/chrome-hls

 
 

Repository files navigation

Chrome HLS Extension

Allows HLS playback in chrome browser

Usage

  1. Install extension from webstore
  2. Click on any m3u8 link inside chrome to play it directly in a new tab

Some Developer Notes

By default, chrome download any m3u8 files that it will get. This plugin checks links to see if there are m3u8. When that's the case, it opens a new tab on a video player that uses the hlsjs library. This extension is just a wrapper of hlsjs for chrome.

TODOs

  1. Play video element with an m3u8 source using hlsjs

#License Released under Apache 2.0 License

About

Extension that allows native hls playback in chrome browser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 81.7%
  • HTML 18.3%