So far I'm trying to use the VLM and connect to VLC through telnet (PUTTY), but without success.
I launch VLC like this:
Code: Select all
vlc --ttl 12 -vvv -I telnet --telnet-password videolan --rtsp-host localhost:5554
Code: Select all
telnet localhost 4212
VLC is unable to open the MRL 'rtsp://127.0.0.1:5554'. Check the log for details.
Can you please help me establish the connection between telnet and VLC and between VLC and the streaming server?
Thank you,
Alin