Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Loading Spinner While Waiting for the Video to Play After Selecting a quality. #5044

Closed
maryam-abdullah opened this issue Mar 22, 2018 · 2 comments

Comments

@maryam-abdullah
Copy link

maryam-abdullah commented Mar 22, 2018

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.

@forbesjo
Copy link
Contributor

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.

@maryam-abdullah
Copy link
Author

Yes, I see.

Thanks for the clarification.

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants