Page 1 of 1

How to play rtsp stream repeatedly

Posted: 14 Dec 2015 10:52
by kentontsui1985
I use below command line to build a vlc rtsp stream server, and use vlc sdk to play it, but the player will freeze at the last frame, how to make the player play the rtsp netstream repeatedly without freezing ? thanks in advance.

vlc -vvv test.mp4 --sout-keep --sout "#transcode{vcodec=h264,vb=0,scale=0,acodec=mp3,ab=128,channels=2,samplerate=44100}:rtp{sdp=rtsp://:8554/stream}"

Re: How to play rtsp stream repeatedly

Posted: 18 Dec 2015 05:37
by kentontsui1985
Resolved...