muxinc / hls-video-element

A custom element (web component) for playing HTTP Live Streaming (HLS) videos.
https://hls-video-element-mux.vercel.app
MIT License
38 stars 18 forks source link

feat: cleanup, fix several bugs, add CI/CD #15

Closed luwes closed 1 year ago

luwes commented 1 year ago

I updated playerx a while ago to use standalone custom video elements for loading the different types https://github.com/luwes/playerx/blob/main/src/playerx/options.js#L7-L13

I tried to use hls-video-element but it didn't work so I created a fork fixing the bugs and added a bunch of changes. Not sure if it should be merged as is but maybe good for inspiration.

https://github.com/muxinc/youtube-video-element is also broken at the moment, working fork here https://github.com/luwes/youtube-video-element

luwes commented 1 year ago

going to close this one, it's too many changes at once. will cherry pick to fix the load issue for media-playlist