[vlc] Re: Several VLC instances with the same input stream

wannaearn at libero.it wannaearn at libero.it
Wed Jan 28 11:45:05 CET 2004


 
> Do you really need several vlc ? Does the clone video filter make the job ? 
 
I need 2 output stream transcoded at different qualities. 
Probably I only need to understand the correct use of the "duplicate" module. 
Exluding transcoding (for now), what's wrong with these syntaxes? 
 
(My input is rtp/udp) 
vlc -vvv udp:@1234 --sout '#duplicate{dst=standard{access=udp,mux=ts,url=127.0.0.1,port=1235}, 
dst=standard{access=udp,mux=ts,url=127.0.0.1,port=1236}}' 
 
vlc -vvv rtp:@1234 --sout 
'#duplicate{dst=rtp{dst=127.0.0.1,port=1235},dst=rtp{dst=rtp{dst=127.0.0.1,port=1236}}' 
 
(I abandoned the multicast solution because I don't want service traffic to the switch, 
 altough It woludn't go to the rest of the lan) 
Petrus 

-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc mailing list