Question:
I require my camera's RTSP stream for external integration. How can I get this?
Answer:
RTSP streams will all follow a formula that you can plug your information into.
RTSP without Authentication (NVR/DVR/IPC/Encoder)
rtsp://<IP address of device>:<RTSP port>/Streaming/channels/<channel number><stream number>
RTSP with Authentication
rtsp://<username>:<password>@<IP address of device>:<RTSP port>/Streaming/channels/<channel
number><stream number>
NOTE: <stream number> represents main stream (01), or the sub stream (02)
Example:
rtsp://173.200.91.70:10554/Streaming/channels/101 – get the main stream of the 1st channel
rtsp://173.200.91.70:10554/Streaming/channels/102 – get the sub stream of the 1st channel