Hello! Is there an option for the embedded player to select the quality of a partnered channel? like high/medium/low/mobile
I don’t think there is a way to force a quality setting on a user, as this would be against the whole purpose of having it. Out of blunt curiosity, why would you want to do this?
I’m creating a layout for a stream where I want to embed monstercat channel for background music, but just need the mobile version as per the Twitch music post.
If you use the embed API documented at https://github.com/justintv/Twitch-API/blob/master/player.md, the quality can be set to Mobile for streams with transmuxing with the following function call:
player.setQuality('Mobile');
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.