So here's what were trying to do. We have a video elementary stream and a data Elementary Stream (although we can think of it as audio or anything else i guess) and were trying to get vlc to multiplex those two and output a Transport Stream.
oh and btw both streams are coming in on udp
1. Is this possible?
2. How do you do it?
3. Do you use --input-slave ? if so, what kind of syntax would i need to use?
heres the command i have for just one (video) input :
vlc.exe -I rc --no-audio udp://@239.255.255.255:6000 :sout=#duplicate{dst=std{access=udp,mux=ts,dst=239.255.255.255:7000}}
Thanks.