JakeChampion/polyfill-library

Feature: Polyfill for HLS

RodrigoTomeES opened this issue · 0 comments

What

A polyfill to support HLS.

https://caniuse.com/?search=hls

Details

HLS is not an standard but it has support in a lot of browsers (61.83%). Although in desktop only Safari has support, with this polyfill we will can reproduce m3u8 files in desktop also.

Additional information

There is some libraries that implement this already, like https://github.com/video-dev/hls.js but doesn't use the strategy of this library to load it only when is necessary. So, it would be amazing if Polyfill.io add support to HLS.