I am probably overlooking something basic, but I have RTFMed and can't find anything. I have installed vlc and am trying to test if it will listen on a port when launched as:
Code: Select all
cvlc -vvvv --rtsp-host 0.0.0.0:5554
While ps shows it's running, netstat does not show the port as being listed on. When I try to connect from outside using vlc, I get connection refused. Since this is a lab/test system, I have firewall disabled. I have other servers running fine on the system, and I am connecting to them from outside. tcpdump shows nothing happening on port 5554.
Any pointers or suggestions will be appreciated.