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