Page 1 of 1

VLC RTSP streaming: restart the stream at the end

Posted: 09 Dec 2009 09:45
by erotavlas_turbo
Hi all,

I'm trying to stream a video/image over RTSP. I know the command:

Code: Select all

vlc -vv image.jpg --sout '#transcode{vcodec=H263p,vb=800,width=352,height=288}:duplicate{dst=display,dst=rtp{sdp=rtsp://10.36.1.23:8080/test.sdp},dst=rtp{dst=192.168.0.4,port=1234,mux=ts}}'
Can i restart the stream when it arrives at the end?Is there a specific parameter?
I would create continuos streaming.

Thanks

Re: VLC RTSP streaming: restart the stream at the end

Posted: 09 Dec 2009 12:34
by erotavlas_turbo
Ok, i have solved...

with parameter --repeat VLC repeat the stream indefinitely (the same result as the --loop parameter)

with parameter --fake-duration integer (ms) VLC set the duration of the output stream.

Re: VLC RTSP streaming: restart the stream at the end

Posted: 29 Dec 2009 07:43
by imfairozkhan
Hi erotavlas_turbo,

How can i achieve the same thing with vlc activex plugin version 0.9.9

Thanks
Fairozkhan

Re: VLC RTSP streaming: restart the stream at the end

Posted: 29 Dec 2009 10:02
by erotavlas_turbo
Sorry, I don't know how work vlc activex plug-in. :(
Can you learn more at the following links http://wiki.videolan.org/Windows http://wiki.videolan.org/ActiveX http://altair.videolan.org/~dionoea/vlc-plugin-demo/

Re: VLC RTSP streaming: restart the stream at the end

Posted: 12 Feb 2010 15:13
by Time-off
--loop