常见摄像头品牌RTSP串流地址

常见摄像头品牌RTSP串流地址

(1)海康实时流

rtsp://[username]:[password]@[ip]:[port]/[codec]/[channel]/[subtype]/av_stream

萤石云:rtsp://[username]:[password]@[ip]:[port]/video_path

说明:
username: 用户名。例如admin。
password: 密码。例如123456。
ip: 为设备IP。例如 192.168.0.224。
port: 端口号默认为554
codec:有h264、MPEG-4、mpeg4这几种。
channel: 通道号,起始为1。例如通道1,则为ch1。
subtype: 码流类型,主码流为main,子码流为sub。
例:rtsp://admin:OSSIOT@192.168.1.104:554/h264/ch1/main/av_stream

海康录播主机(NVR)的RTSP流地址分为实时视频与录像回放两种场景,具体格式及示例如下:一、实时视频RTSP流地址

实时视频流支持主码流与子码流,且可配置单播或多播模式,地址格式需根据传输需求选择:

  1. 主码流单播格式:rtsp://<NVR账号>:<NVR密码>@<NVRIP>:554/Streaming/Channels/<通道号>01示例:通道1主码流rtsp://admin:hkdq8888@192.168.2.205:554/Streaming/Channels/101适用场景:高清实时监控,需单点传输时使用。
  2. 主码流多播格式:rtsp://<NVR账号>:<NVR密码>@<NVRIP>:554/Streaming/Channels/<通道号>01?transportmode=multicast示例:通道1主码流多播rtsp://admin:hkdq8888@192.168.2.205:554/Streaming/Channels/101?transportmode=multicast适用场景:需多点同时接收同一流时(如多客户端监控),可节省带宽。
  3. 子码流单播格式:rtsp://<NVR账号>:<NVR密码>@<NVRIP>:554/Streaming/Channels/<通道号>02示例:通道1子码流rtsp://admin:hkdq8888@192.168.2.205:554/Streaming/Channels/102适用场景:低带宽环境或移动端监控,子码流分辨率较低。
  4. 子码流多播格式:rtsp://<NVR账号>:<NVR密码>@<NVRIP>:554/Streaming/Channels/<通道号>02?transportmode=multicast示例:通道1子码流多播rtsp://admin:hkdq8888@192.168.2.205:554/Streaming/Channels/102?transportmode=multicast适用场景:多点低分辨率监控需求。

(2)大华

rtsp://username:password@ip:port/cam/realmonitor?channel=1&subtype=0
说明:
username: 用户名,例如admin。
password: 密码,例如admin。
ip: 为设备IP,例如192.168.0.224。
port: 端口号默认为554,若为默认可不填写。
channel: 通道号,起始为1;例如通道2,则为channel=2。
subtype: 码流类型,主码流为0(即subtype=0);子码流为1(即subtype=1)。
例:rtsp://admin:admin@192.168.0.224:554/cam/realmonitor?channel=2&subtype=1

(3)雄迈/巨峰

默认IP地址:192.168.0.224
用户名: admin
密码空:123456
端口:TCP端口:34567 和 HTTP端口:80,onvif端口是8899
例:
RTSP地址:rtsp://192.168.0.224 :554/user=admin&password=123456&channel=1&stream=0.sdp?real_stream

(4)TP-Link

主码流为:rtsp://username:password@ip:port/stream1

子码流为:rtsp://username:password@ip:port/stream2

 username:用户名,如admin;

 password:密码,如123456;

 ip:设备IP,如192.168.1.60;

 port:RTSP端口,默认为554,若为默认可不填;

 stream:码流类型,主码流为stream1,子码流为stream2。

Comments

No comments yet. Why don’t you start the discussion?

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注