You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vidstack MediaPlayer does not seek to the live edge after resume on a livestream without dvr.
Expected Behavior:
The media player should seek automatically to the current live edge after resume playing on a livestream without dvr. It is also not possible to seek to the live edge programmatically because if the streamType is set to 'live' then canSeek is false thus seekToLiveEdge() does not work as described here.
Steps To Reproduce:
This issue has already been reported, but as a discussion and should rather be treated as a bug: #1476
The text was updated successfully, but these errors were encountered:
Current Behavior:
The vidstack MediaPlayer does not seek to the live edge after resume on a livestream without dvr.
Expected Behavior:
The media player should seek automatically to the current live edge after resume playing on a livestream without dvr. It is also not possible to seek to the live edge programmatically because if the
streamType
is set to 'live' thencanSeek
is false thusseekToLiveEdge()
does not work as described here.Steps To Reproduce:
This issue has already been reported, but as a discussion and should rather be treated as a bug: #1476
The text was updated successfully, but these errors were encountered: