muxinc / media-chrome

Custom elements (web components) for making audio and video player controls that look great in your website or app.
https://media-chrome.org
MIT License
1.83k stars 76 forks source link

When `noautoseektolive` is NOT USED -- it doesnt seek to live #1022

Open rlaphoenix opened 3 weeks ago

rlaphoenix commented 3 weeks ago

Similar to my other issue https://github.com/muxinc/media-chrome/issues/1021 it seems like it is not correctly determening if at live or what live edge is, so when noautoseektolive is used, and you unpause, it just unpauses. It does not seek anywhere.

However, if your current play head is outside the playback window and unpause, it does bring you to the very start of the playback window (as in the oldest playable segment).