First have checked telnet access, but I am unable to make it working. vlc.exe does not listening on default port 4212
Code: Select all
vlc.exe -I telnet --telnet-password test
Code: Select all
curl -u ":test" "http://10.12.32.134:8080/requests/status.json"
Code: Select all
curl -u ":test" "http://10.12.32.134:8080/requests/vlm.xml"
[content in another post because of characters exceeded]
Need to perform following actions by VML:
Code: Select all
curl.exe -u ":test" -G "http://10.12.32.134:8080/requests/vlm_cmd.xml" --data-urlencode "command=new channel2 broadcast enabled"
Code: Select all
curl.exe -u ":test" -G "http://10.12.32.134:8080/requests/vlm_cmd.xml" --data-urlencode "command=setup channel1 input rtsp://192.168.0.102:8080/video/h264"
Code: Select all
curl.exe -u ":test" -G "http://10.12.32.134:8080/requests/vlm_cmd.xml" --data-urlencode "command=setup channel1 output #rtp{sdp=rtsp://10.12.32.134:8555"
Code: Select all
curl.exe -u ":test" -G "http://10.12.32.134:8080/requests/vlm_cmd.xml" --data-urlencode "command=control channel2 play"
L.