Serving rtsp
Posted: 27 Mar 2013 04:44
I'm trying to setup rstp as a server ; from the documentation (http://wiki.videolan.org/Documentation: ... _HowTo/VLM), I tried:
but vlc doesn't bind to 554, in fact whatever port number I provide, it doesn't bind. Even if I set a bogus or used port, nothing, not even an error message.
How do I trigger vlc to actually bind to the port???
TIA
greg
Code: Select all
vlc --ttl 12 -vvv --color -I telnet --telnet-password videolan --rtsp-host 0.0.0.0 --rtsp-port 554
How do I trigger vlc to actually bind to the port???
TIA
greg