-
Notifications
You must be signed in to change notification settings - Fork 105
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
Specify default quality #113
Comments
I'm also interested, do you find the solution? |
|
Thats odd, didn't work here. But thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there a way to specify the default/initial quality that will be selected when the player first comes up? It seems there's no such option in the constructor, & I tried to figure out how to do it programmatically, both via this plugin directly and via videojs-contrib-quality-levels, but couldn't get it working. i.e.
This updated the displayed selection on the UI, but didn't actually change the stream (i.e. the display showed 360p, but it was still playing a different quality). Same if I pass '360' (as a string) '360p', or 1 (the index).
I also tried directly setting it in qualityLevels plugin, but nothing seemed to work, i.e.:
Thanks in advance
The text was updated successfully, but these errors were encountered: