0% found this document useful (0 votes)
176 views

HUNT RTSP and HTTP Urls

This document provides examples of URLs for accessing video streams from IP cameras using RTSP and HTTP. It explains that RTSP can be used with or without authentication to access the main and sub video streams. HTTP can only access the sub stream if it is encoded in MJPEG format, and examples are given for getting the stream with and without authentication as well as for getting a snapshot.

Uploaded by

Ahaha
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
176 views

HUNT RTSP and HTTP Urls

This document provides examples of URLs for accessing video streams from IP cameras using RTSP and HTTP. It explains that RTSP can be used with or without authentication to access the main and sub video streams. HTTP can only access the sub stream if it is encoded in MJPEG format, and examples are given for getting the stream with and without authentication as well as for getting a snapshot.

Uploaded by

Ahaha
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

RTSP and HTTP

URLs

RTSP without Authentication (NVR/DVR/IPC/Encoder) rtsp://<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

RTSP with Authentication rtsp://<username>:<password>@<IP address of


device>:<RTSP port>/Streaming/channels/<channel number><stream number>

Example: rtsp://Hikvision:[email protected]:10554/Streaming/channels/1701 – get the main stream


of the 17th channel
(1st IP camera on the Hybrid
Demo) rtsp://Hikvision:[email protected]:10554/Streaming/channels/1902 – get the sub stream of
the 19th channel
(3rd IP camera on the Hybrid
Demo)

HTTP commands to get IPC MJPEG


stream
1. Camera firmware need to be v4.1 or higher 2. Can only stream the Sub stream
via HTTP 3. Need to change the Sub stream video encoding to MJPEG 4.
Resolution can be changed via web interface NOTE: If the HTTP port of the device
is still 80 (default), then “:<HTTP port>” is not required.

HTTP without Authentication http://<IP address of IPC>:<HTTP


port>/Streaming/channels/102/httpPreview

HTTP with Authentication http://<username>:<password>@<IP address of IPC>:<HTTP


port>/Streaming/channels/102/httpPreview

Snapshot using HTTP URL http://<IP address of


IPC>:<HTTP port>/Streaming/channels/1/picture

Example: http://192.0.0.64/Streaming/channels/102/httpPreview
http://admin:[email protected]/Streaming/channels/102/httpPrev
iew http://192.0.0.64/Streaming/channels/1/picture

You might also like