How To Setup RTSP Streaming

Some applications or viewing tools use the RTSP protocol to pull a camera's stream. This requires a specifically formatted URL. The URL for the 960H device is as follows:
 

rtsp://[username]:[password]@[IPaddress]:[port]/h264Preview_[channel]_[stream]

Note: The bracketed items are variables which you need to input according to your setup. Explanations of each variable are given below.

[username] - username to login to the DVR
[password] - password
[IPaddress] - IP address of the device. If you are not on the same local network, this should be the external IP address of the device's network.
[port] - port number
[channel] - channel number of the stream (number must be 2 characters long)
[stream] - main or sub stream (use "main" for main stream and "sub" for sub stream)

Example: rtsp://admin:12345@10.202.189.201:554/h264Preview_01_main

Was this article helpful?
0 out of 1 found this helpful
Have more questions? Submit a request

Comments

0 comments

Please sign in to leave a comment.