How to open RTSP stream
Apply to: BC620/HSD6xx / BC840xx / Siqura encoders
rtsp://<servername>:<RTSP Port>/VideoInput/<Input Number>/
<codec>/<Stream Number>
(Example) Syntax to connect to Video Input 1, h264 stream 1:
rtsp://10.1.1.2/VideoInput/1/h264/1
Note: The <RTSP Port> is optional. If not entered, port 554 is used by default.
Apply to: 81x/82x/86x/9xx series and FD360 cameras
rtsp://<servername>/h264
2nd stream
rtsp://<servername>/h264_2
3rd stream
rtsp://<servername>/h264_3
4th stream
rtsp://<servername>/h264_4
Connect to MJPEG :
rtsp://<servername>/jpeg
Apply to: 1x00 and 2x00 series
rtsp://<address>:<port>/Streaming/Channels/<id>
Example:
rtsp://192.0.1.100:554/Streaming/Channels/101 (1st stream, auto uni/multicast)
rtsp://192.0.1.100:554/Streaming/Channels/102 (2nd stream, auto uni/multicast)
rtsp://192.0.1.100:554/Streaming/Channels/103 (3rd stream, auto uni/multicast)
Force to unicast/multicast:
rtsp://192.0.1.100:554/Streaming/Channels/101?transportmode=unicast
rtsp://192.0.1.100:554/Streaming/Channels/101?transportmode=multicast