Hi - I've been banging my head against the wall for a couple days with this problem. I want to take multiple incoming streams on a server and use VLC's mosaic feature to put them all together in real time, and then
stream the resulting mosaic back out to YouTube/Twitch/etc.
So far I've been able to:
- Set up a streaming server - check
Receive and process multiple incoming streams - check
Create a mosaic in VLC of 4 simultaneous incoming streams - check
So far I've been unable to figure out (after hours of pouring over docs and forums) how to:
- Send the resultant mosaic out to youtube/twitch instead of displaying it locally
I
could just run OBS on the resulting mosaic, but that's a much heavier operation than I'm trying to set up, and it seems like I'm one minor ah-ha moment away from just handling the whole process with VLC.
Any advice you can offer would be very much appreciated.