worldreboot / twitch-reloaded-roku

An Improvableā„¢ Twitch app for Roku
https://www.twitchonroku.com/
181 stars 42 forks source link

Support for Low-Latency Mode #24

Open MLG-YOLO-SWAG opened 3 years ago

MLG-YOLO-SWAG commented 3 years ago

Low Latency mode is a great mode for streams with heavy chat engagement, so I believe it should be considered if feasible.

Inspecting the Firefox traffic for enabling/disabling low-latency mode reveals the following values in the base64'ed POST data json

"component": "latency_mode_toggle", "component_state": "enable",

It seems like this would be a good fit to be added into the Options.brs/.xml, but I haven't been able to dedicate enough time to pour over this repo and figure out how individual requests are sent, given the two current options are just used passively instead of resulting in a direct POST, so I can't just copy, paste, and refactor lol

kyler133 commented 3 years ago

I would love this feature!