-
-
Notifications
You must be signed in to change notification settings - Fork 112
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
Added video quality feature #43
Conversation
This looks great so far! A couple of suggestions with the bitrate there. That being said, I think long-term it would be better to switch to something like dash.js - this is a good stopgap but if you're proficient with JS and want to try your hand, could be a good thing to work on. I'll open an issue for that but we can go forward with this for now |
Co-authored-by: Matthew Esposito <[email protected]>
Co-authored-by: Matthew Esposito <[email protected]>
How do I add it into settings to set a default preference for video quality? |
May close #41
I have tried adding the quality change feature, it works but with a delay as it waits for the current segment to finish playing. Please check it out and suggest changes.
I also found some repositories related to this. https://github.com/sahilkashyap64/hls and https://github.com/kmoskwiak/videojs-resolution-switcher but they require some more dependencies.