Hi, thanks for your reply,
Actually I would like to transcode differently the two streams with one command : the goal is to save some webcam stream with a good quality in a file, and in a cheap quality in live streaming. So I would have to do something like this :
--sout "#duplicate{dst=transcode{etc}:standard{access=file,url="..."}, dst=transcode{etc2}:rtp{dst=servername,sdp=file:/...}}"
But no matter what, vlc can't seem to understand the dst=transcode
However it figures on the VLC tutorial
http://www.videolan.org/doc/streaming-h ... /ch04.html
% vlc -vvv input_stream --sout '#duplicate{dst=
rtp{mux=ts,dst=239.255.1.2,sap,name="OriginalStream"},
dst="transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:
rtp{mux=ts,dst=239.255.1.3,sap,name="TranscodedStream"}"}'