mirror of
https://github.com/livekit/livekit.git
synced 2026-03-30 22:05:39 +00:00
* Fix no-video with adaptive streaming With a recent change to initialize max quality for subscriber synchronously, a subsequent update at the same quality was getting ignored. So, there was no message back to publisher to start up video layers. Reproducible every time the subscriber joined after all the layers of publishers was turned off. While not pretty, for now, disable the check for quality match on subscriber update. That disabling itself is fine as there is another check for consolidated quality match before sending a message to the publisher, but in general this area has shown some shakiness and needs some work. * Use notify function to set initial quality also