I embed twitch player into iOS UIWebView, but it seems I cannot control the quality, and the lowest quality (maybe mobile?) is really bad, I wonder if anyone watches this quality or not? So is there a way to only support quality above medium?
If the stream has transcoding, every option will be available. You cannot limit it to just a certain setting, and there is no need to do so.
If you don’t have transcoding, the quality of the stream will be limited to what you upload, so whatever you send is what they get.
You can use the quality
URL parameter to set the default quality. e.g. https://player.twitch.tv/?channel=3ventic&quality=chunked
(chunked, high, medium, low, mobile)
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.