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: add renditions API and example #36

Closed luwes closed 11 months ago

luwes commented 11 months ago

Media Tracks + renditions API at https://github.com/muxinc/media-tracks

Proposal at https://github.com/video-dev/media-ui-extensions/pull/11

vercel[bot] commented 11 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
hls-video-element ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 21, 2023 3:35pm
evoactivity commented 11 months ago

Does this need the renditions work in media-chrome to be merged or is that what media-tracks polyfils?

luwes commented 11 months ago

Media Chrome requires the custom video elements like hls-video to expose this new API.

With that it can then build a UI quality selector which is in PR https://github.com/muxinc/media-chrome/pull/683

We're almost there, it's been a highly requested feature!