For Diversity Series NVRs/DVRs*, below is the RTSP Syntax command for playback of recorded video:
rtsp://ip:port/rtsp/playback?channel=xx&subtype=y&starttime=YYYY-MM-DDTHH:MM:SSZ&endtime=YYYY-MM-DDTHH:MM:SSZ&localtime=true
IP: IP address of Recorder
Port: RTSP Port of recorder. For Diversity series recorders, the default is port 80
xx: Channel number (01, 02, 03…etc.)
y: For Subtype, 0=Main Stream, 1=Substream
Starttime: Needs to be entered in with format seen above. There will need to be a “T” before the time declaration and a “Z” to end the string.
Endtime: Needs to be entered in with format seen above. There will need to be a “T” before the time declaration and a “Z” to end the string.
Localtime: A value of “true” will use the local time zone, a value of “false” will use UTC timezone
Example:
rtsp://192.168.100.119:80/rtsp/playback?channel=02&subtype=0&starttime=2024-02-29T15:09:15Z&endtime=2024-02-29T15:09:35Z&localtime=true
* Minimum v8.2.3.x or above firmware required.