Page 1 of 1

Muxing two elementary stream inputs into one output

Posted: 13 Dec 2007 00:15
by elrom
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.

Re: Muxing two elementary stream inputs into one output

Posted: 17 Dec 2007 05:25
by elrom
bump :(

Re: Muxing two elementary stream inputs into one output

Posted: 28 Jan 2008 20:11
by chad27295
any luck?

I'm also looking for a way of doing this. I have a data stream coming in but VLC is not passing the data stream back out when I stream or save to a file.