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
Sample: rtsp://admin:123456@172.18.5.181:554/media/video1