How to limit the highest quality when setting it to "auto" ? #1240
Unanswered
chethavuthy
asked this question in
Q&A
Replies: 1 comment 2 replies
-
The best way to do it whilst supporting all devices is to build your own playlist client-side or using service workers. I actually just Tweeted about it, and Matt linked to an article in which he explores solutions with service workers. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
for example, i have a playlist of 360p, 480p, 720p, 1080p. when setting the quality to auto, how to conditionally limit the highest quality to only 480p?
Beta Was this translation helpful? Give feedback.
All reactions