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}"