Hi all,
I have a problem, I need to create a streaming server that takes one video input from the capture card and creates 2 MMS streams with 2 different audio sources( 2 languages ), so I need to use the /dev/video device to create 2 different streams with it.
How can I do this with VLC?
I was thinking in running one VLC that takes the video from the local video device and creates a local stream with it, then create 2 other processes that connect to the first one and get the video stream and use the 2 different audio inputs.
Dose VLC have any other option?
If this is my only option then what do you think the best way to run the local streaming VLC would be(I mean the lowest delay and lowest CPU usage)?
Thanks.