To stream live video from VMS, use the following URL:
rtsp://host:port/Accs=Live/livetrack=input/
where:
host
|
is the host name or IP address of the machine hosting VMS. |
port
|
is the RTSP port, as defined by the Port parameter in the [RTSP] section of the configuration file. You can also find the RTSP port by using the action GetRtspPort. |
input
|
is the index number for the video input (camera). |
For example, to view live video from the fourth camera, use the following URL:
rtsp://vms:554/Accs=Live/livetrack=3/
|