-
Notifications
You must be signed in to change notification settings - Fork 49
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
Docs: Quality Controls #572
Comments
This is definitely not available yet. However, we're working diligently to create such a menu. Unfortunately, we don't have a timeline for that yet, but it's definitely a highly requested feature. |
@gkatsev question related to this item: when the quality selector is released in the future, if someone selects a quality level above what their connection can support, wouldn't they have a "worse" viewer experience? Example: someone wants to lock their resolution at 1080p, their connection can only reliably support 480p, as a result they would experience buffering...right? |
@aminamos yes, theoretically, they could have a worse experience. It would depend on how much can get preloaded ahead of time (often not much with MSE, which is why offline download could be helpful, but that's a whole other 🥫🪱). At the same time, users often know that their internet isn't that good and expect the extra buffering for the higher quality. |
If I may, I'd like to add to this - while indeed it may require more pre-buffering/waiting which would result in a worse UX, I would argue in certain cases the trade-off is worth it when the ability to see detail is critically important, I'll spare y'all the list of use-cases that comes to mind. 😃 |
resolved by #734 (should be coming soon thanks to @luwes's valiant efforts, @ScottAgirs!) |
https://elements-demo-vanilla-git-fork-luwes-quality-selector-mux.vercel.app/mux-player.html https://elements-demo-nextjs-git-fork-luwes-quality-selector-mux.vercel.app/MuxPlayer?title=%22Landscape+VOD+%28White+Background%29%22&playbackId=%22VcmKA6aqzIzlg3MayLJDnbF55kX00mds028Z65QxvBYaA%22&metadata=%7B%22video_id%22%3A%22videoId1%22%2C%22video_title%22%3A%22Title%3A+Landscape+VOD+%28White+Background%29%22%7D https://elements-demo-nextjs-git-fork-luwes-quality-selector-mux.vercel.app/MuxPlayer?title=%22Long+Lived+LL-HLS%22&playbackId=%22v69RSHhFelSm4701snP22dYz2jICy4E4FUyk02rW4gxRM%22&metadata=%7B%22video_id%22%3A%22videoId11%22%2C%22video_title%22%3A%22Title%3A+Long+Lived+LL-HLS%22%7D resolves #572
Which documentation could use some work?
🖊 Describe what you'd like to see a change in the documentation
HLS is great, but it feels a little odd that there is no way to natively select video quality. For example, if the content of the video is quality-critical, IMHO the user should be able to select the quality explicitly.
Currently, I have not been able to find a way how to enable the quality controls neither in
mux-player-react
nor makeplyr
work with Mux source :( This is a major pain point, and I hope that I'm simply missing something. Am I?The text was updated successfully, but these errors were encountered: