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

Unable to resume the live video from paused position #42

Closed Banaune closed 7 months ago

Banaune commented 1 year ago

There is no option to make the live video resumable from paused position . The video always goes to the end while resuming. May be i could not find the way to do that or there isn't any way to do that. Please give feedback .

evoactivity commented 1 year ago

Are you using media chrome for controls? You can add noautoseektolive attribute if so https://www.media-chrome.org/docs/en/components/media-controller#noautoseektolive

Banaune commented 7 months ago

This did the job. Thanks