Page 1 of 1

How to watch original source while streaming it?

Posted: 13 Jun 2010 12:49
by rthriller
Hello,

I am restreaming video that I get from my Dreambox sat reciever and I would like to watch the original stream, not the one that I send.

Thank you

Re: How to watch original source while streaming it?

Posted: 14 Jun 2010 10:24
by lexxai
{dst=display,dst=....


http://www.videolan.org/doc/streaming-h ... l#id517263
% vlc -vvv input_stream --sout '#duplicate{dst=
rtp{mux=ts,dst=239.255.1.2,port=5004,sdp=sap://,name="OriginalStream"},
dst="transcode{vcodec=mp4v,acodec=mpga,vb=800,ab=128}:
rtp{mux=ts,dst=239.255.1.3,port=5004,sdp=sap://,name="TranscodedStream"}"}'