To stream recorded video from VMS, use the following URL:
rtsp://host:port/Accs=Fifo/strack=storage/utc_start=start-utc_end=end/
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. |
storage
|
is the index number of the storage area that contains the video to stream. |
start
|
is the start time, as a number of epoch seconds, followed by a period (. ), followed by the frame number. |
end
|
is the end time, as a number of epoch seconds, followed by a period (. ), followed by the frame number. The value -1 specifies no end, so that video is streamed indefinitely (unless the recording ends). |
For example, to stream recorded video from the fourth storage area, starting from the first frame recorded on 14 February 2018 at 12:13:20, use the following URL:
rtsp://vms:554/Accs=Fifo/strack=3/utc_start=1518610400.1-utc_end=-1/
|