Hi,
In 5.2, Multi-streamer Support has been added, stating that it now supports “multiple streamers connected to the same signalling server”, and that it makes it possible to “stream local multiplayer experiences”.
I would presume by “same signalling server”, it would be over one instance of the game.
What is happening now is that I added a Streamer component onto the Player2, and there is a Video Input on the component, which takes in a Back Buffer Streamer Video Input, which I have left at “None”; I would presume it should automatically take the back buffer from the CineCamera on the Player2 itself, but it just doesn’t.
On the web browser, even though I subscribed to the Player2 streamer, it is still showing Player1 (DefaultPlayer) view. I was not able to generate multiple streamers.
Might anyone know how to generate multiple streamers on the same game instance?