Multiple streaming through VLC
Posted: 16 Jan 2015 22:03
I'm trying to stream two youtube videos through VLC on the same port, but with different URLs.
So far I'm trying to use the VLM and connect to VLC through telnet (PUTTY), but without success.
I launch VLC like this:
I launch telnet
But telnet doesn't ask me about any password. And when I try to connect to localhost:5554 via another VLC instance, I get this error:
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
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