1. LIVE VIEW
RTSP NVR
rtsp://user:password@IP_NVR:554/unicast/c2/s1/live
- C is the channel number
- Where S is the video stream, 0 for main stream and 1 for substream
- 554 is the default rtsp port, but we will have to change it when this port is different
Example: Visiotech provides a UNIVIEW recorder for DEMO and we can test its RTSP chain.
To access the recorder, just add the address http://demouniview.cctvddns.net:89 in a browser. The rtsp port of this recorder is 5549 and the user is demouniview . The password is Demouniview1
rtsp://demouniview:Demouniview1@demouniview.cctvddns.net:5549/unicast/c2/s0/live
RTSP IPCAM
rtsp://user:password@IP_IPC:RTSP_Port/media/video<Stream>
The Stream type is decided by the value you put after"video":
- 0/1 - main stream
- 2 - secondary stream
- 3 - tertiary stream
Ejemplo: rtsp://admin:123456@172.18.5.181:554/media/video1
For cameras with several video streams such as dual thermal, fisheye etc., the channel to be collected is determined by"media/media1/media2..."
Example:
- rtsp://admin:1122aabb$@172.18.204.245:554/media/video1
- rtsp://admin:1122aabb$@172.18.204.245:554/media2/video1
2. VIEWING THE RECORDING
rtsp://use:pass@IP:PortRTSP/c{channel}/b{startTime}/e{endTime}/replay
The time stamp (start time and end time) must be in ticks (example: 1645699033 equals Thursday, 24 February 2022 10:37:13)
To do the standard date to tick conversion, which is what the string requires, you can use the following page:
Example:
- Start - 09/21/2023 09:00:00
- End - 21/09/2023 10:00:00
rtsp://admin:1111aaaa&@172.18.201.8:554/c1/b1695286800/e1695290400/replay