2025-06-12, 10:34 PM
(This post was last modified: 2025-06-13, 12:02 AM by dakazze. Edited 1 time in total.)
(2025-06-12, 08:01 AM)Venson Wrote: no a bitrate change mid-session does not change a stream in progress
Thank you very much for this info!
I already built the framework for my little daemon and it is already getting active sessions, checking their IPs, getting and setting the bandwidth for each user.
Applying the changes mid session proofs harder than expected though, so I would be grateful for any idea that might help.
For now I am using the playing/stop endpoint to force stop a session which is then automatically resumed but it is a ~3 seconds interruption that is flashing the episode selection for ~1 second which is far from seamless.
(edit: almost finished with a first fully working version. I already prepared a github repo and will share it once done)