Hoi Hong rtsp fetch stream URL format
First, preview the fetch stream
The RTSP URL for the device preview fetch stream has a new and old version, and devices prior to 2012 (such as the V2.0 version of Netra
The old fetch stream format, after which the new old stream format is supported by the device.
Rtsp.jpg
1. Old version
URL Provisions:
Rtsp://username:password@<ipaddress>/<videotype>/ch<number>/<streamtype>
Note: VLC can support the resolution of the username password in the URL, and the RTSP request that is actually sent to the device does not support the password with the user name.
To illustrate:
DS-9016HF-ST IP Channel 01 main stream:
Rtsp://admin:12345@172.6.22.106:554/h264/ch33/main/av_stream
DS-9016HF-ST Analog Channel 01 sub-code stream:
Rtsp://admin:12345@172.6.22.106:554/h264/ch1/sub/av_stream
DS-9016HF-ST 0-Channel main stream (0-channel no sub-stream):
Rtsp://admin:12345@172.6.22.106:554/h264/ch0/main/av_stream
Third stream of ds-2df7274-a:
Rtsp://admin:12345@172.6.10.11:554/h264/ch1/stream3/av_stream
2. New version
URL Provisions:
Rtsp://username:password@<address>:<port>/streaming/channels/<id> (? parm1=value1&parm2-= Value2 ...)
Note: VLC can support the resolution of the username password in the URL, and the RTSP request that is actually sent to the device does not support the password with the user name.
Detailed Description:
To illustrate:
DS-9632N-ST IP Channel 01 main stream:
Rtsp://admin:12345@172.6.22.234:554/streaming/channels/101?transportmode=unicast
DS-9016HF-ST IP Channel 01 main stream:
Rtsp://admin:12345@172.6.22.106:554/streaming/channels/1701?transportmode=unicast
DS-9016HF-ST Analog Channel 01 sub-code stream:
Rtsp://admin:12345@172.6.22.106:554/streaming/channels/102?transportmode=unicast
(unicast)
Rtsp://admin:12345@172.6.22.106:554/streaming/channels/102?transportmode=multicast
(multicast)
rtsp://admin:12345@172.6.22.106:554/streaming/channels/102 (? Can be omitted later, default unicast)
DS-9016HF-ST 0-Channel main stream (0-channel no sub-stream):
rtsp://admin:12345@172.6.22.106:554/streaming/channels/001
Third stream of ds-2df7274-a:
rtsp://admin:12345@172.6.10.11:554/streaming/channels/103
Note: The IP channel of the front old URL,NVR (except >=64 road) starts from 33; The new URL, channel number all press
The order starts from 1. second, the playback of the stream
URL Provisions:
Rtsp://username:password@<address>:<port>/streaming/tracks/<id> (? parm1=value1&parm2-= Value2 ...)
Note: VLC can support the resolution of the username password in the URL, and the RTSP request that is actually sent to the device does not support the password with the user name.
To illustrate:
Analog channel 01 for DS-9016HF-ST:
Rtsp://admin:12345@172.6.22.106:554/streaming/tracks/101. starttime=20120802t063812z&endtime=20120802t064816z
IP Channel 01 for ds-9016hf-st:
Rtsp://admin:12345@172.6.22.106:554/streaming/tracks/1701?starttime=20131013t093812z&endtime= 20131013t104816z
Represents the recording of a video file in the channel of a specified device in unicast form, with a time range of StartTime to Endtime,
The format of StartTime and Endtime should conform to ISO 8601. The specific format is
YYYYMMDD "T" hhmmss.fraction "Z", Y is the year, M is the month, D is day, T is the time separator, H is the hour,
M is the minute, S is the second, and z is optional, representing the Zulu (GMT) time.