VLC RTSP streaming: restart the stream at the end
Posted: 09 Dec 2009 09:45
Hi all,
I'm trying to stream a video/image over RTSP. I know the command:
Can i restart the stream when it arrives at the end?Is there a specific parameter?
I would create continuos streaming.
Thanks
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}}'
I would create continuos streaming.
Thanks