I've setup a VLM.CONF file called test.vlm that says:
new stream1 broadcast enabled
setup stream1 input udp://@229.7.7.1:4444
setup stream1 output #standard{mux=ts,access=udp,url=229.10.10.1:4444}
control stream1 play
The command line says:
"C:\Program Files\VideoLAN\VLC\vlc.exe" --ttl 20 -vvv -I telnet --rtsp-host 10.203.71.90:5554 --vlm-conf test.vlm
I can connect to the VLM instance of VLC using telnet to 10.203.71.90:4212 and "show" the stream1 "playing".
When trying to view the stream, I use the command line:
vlc rtsp://10.203.71.90:5554/stream1 and the debug response shows "access_realrtsp error: cannot connect to 10.203.71.90:5554"
When using NETSTAT -a -n on my PC, there is nothing LISTENING on port 5554. What's up?
-- ggunners