-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
UI: add clearBuffer option to configure #1733
Comments
Hi @Kogoruhn, |
Oh, are you proposing we add a clearBuffer config? It would make more sense to be part of the UI config, but can certainly do it if that was the suggestion. |
@ismena Yep, just an enhancement request, sorry for unclear start message... Im slow anytime X) |
Gotcha! |
Ahh, we completely lost track of this :( |
Sorry this took forever :( |
Resolutions menu calls player.selectVariantTrack() when a user selects a resolution. SelectVariant track has a clearBuffer argument that we used to always set to true. However, an app may want it to be false. This change makes this behavior configurable. Closes #1733. Change-Id: I6a0dbcca99a8322d68abd0151afd66af31530856
This will allow the player to change the quality without playback blinking.
ui/controls.js:
The text was updated successfully, but these errors were encountered: