Hello!
I’m working on live streaming project and it has to provide multiple(up to 3) streams per a game and they can be switched in main view.
Currently I’m loading every streams when the administrator change the stream but it’s showing loading screen every time which is unfamiliar to users.
Is there any way to switch the streams on server instantly so that users wouldn’t see loading screen on their side?
They don’t want to watch the loading screen indeed.
Thanks