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
I'm using the videojs-contrib-quality-levels plugin, and whenever I select a quality and the video starts loading, the loading spinner doesn't appear in Chrome (desktop).
Thank you in advance.
The text was updated successfully, but these errors were encountered:
Assuming you mean the videojs-contrib-quality-levels plugin along with videojs-contrib-hls the behavior you are describing is by design. Playback will continue on the the previous rendition until the playhead hits the new selected rendition in the buffer. The intent is to not disrupt playback for the viewer.
We can implement a fast switch that clears the buffer in the hls plugin if users want that feature.
That happens as well in live broadcasting, right?
It requests chunks of the selected quality, so the chunk with previously selected quality will continue playing.
Hey there,
I'm using the videojs-contrib-quality-levels plugin, and whenever I select a quality and the video starts loading, the loading spinner doesn't appear in Chrome (desktop).
Thank you in advance.
The text was updated successfully, but these errors were encountered: