I'm serving an rtsp-stream from my vlc-player:
Code: Select all
Server:
cvlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host localhost:5554
Telnet:
telnet localhost 4212
new vod_test vod enabled input /home/videos/movie.mpg
Code: Select all
Client:
vlc rtsp://localhost:5554/vod_test
What's the problem? Are there any options which I could add to the vlc rtsp-stream to avoid that?
Thanks for your help.
Peter