Hello, I am creating a video game in c++ and want to add a feature to stream live play.
I am able to create short videos which I need to be able to add to streaming while it is running to show a continous video.
I found how to stream several videos with vlc but not how to add new ones to a streaming job.
Is it possible ? How to do ?
Thanks