当前位置:网站首页>海康、大华、宇视拉实时流url规则总结
海康、大华、宇视拉实时流url规则总结
2022-07-22 02:03:00 【却道天凉_好个秋】
海康
规则
# 老url
rtsp://[username]:[password]@[ip]:[port]/[codec]/[channel]/[subtype]/av_stream
# 新url
rtsp://username:[email protected]<address>:<port>/Streaming/Channels/<id>(?parm1=value1&parm2-=value2…)
参数
username: 用户名。例如admin。
password: 密码。例如admin123。
ip: 为设备IP。例如192.168.1.10。
port: 端口号默认为554,若为默认可不填写。
codec: 有h264、MPEG-4、mpeg4这几种。
channel: 通道号,起始为1。例如通道1,则为ch1。
subtype: 码流类型,主码流为main,辅码流为sub
示例
# 老url
rtsp://admin:[email protected]:554/h264/ch1/subtype/av_stream
# 新url
# 通道01主码流
rtsp://admin:[email protected]:554/Streaming/Channels/101
# 通道01子码流
rtsp://admin:[email protected]:554/Streaming/Channels/102
大华
规则
rtsp://[username]:[password]@[ip]:[port]/cam/realmonitor?channel=1&subtype=0
参数
username: 用户名。例如admin。
password: 密码。例如admin123。
ip: 为设备IP。例如 192.168.1.101。
port: 端口号默认为554,若为默认可不填写。
channel: 通道号,起始为1。例如通道2,则为channel=2。
subtype: 码流类型,主码流为0(即subtype=0),辅码流为1(即subtype=1)。
示例
rtsp://admin:[email protected]/cam/realmonitor?channel=1&subtype=0
宇视
规则
rtsp://[username]:[password]@[ip]:[port]/media/video1/2/3
参数
username: 用户名。例如admin。
password: 密码。例如admin123。
ip: 为设备IP。例如 192.168.1.107。
port: 端口号默认为554,若为默认可不填写。
video: 1代表主码流、2辅码流、3第三码流
示例
rtsp://admin:[email protected]/media/video2
边栏推荐
猜你喜欢
Open source demo | release of open source example of arcall applet
Timed time test
Worthington脱氧核糖核酸及相关研究工具
配置Eureka时Status显示的是电脑名而不是localhost及ipAddr显示为本机ip的问题
Worthington peptide synthesis application chymotrypsin scheme
加快标准体系建设,促进数据安全产业高质量发展
A Recommendation for interface-based programming
如何正确使用电流探头
How Linux queries Oracle error logs
JDBC编程
随机推荐
如何用一手数据可视化获得老板的青睐,抓住数据可视化关键点
DM8: query the data file size limit of Dameng database
Cellulase preparation scheme of Worthington plant protoplast
Cell isolation study - Worthington Clostridium protease program
如何正确使用电流探头
shardingjdbc水平分表配置
MySQL的锁机制:MyISAM 表锁、InnoDB行锁
AI chief architect 11 - "3d+ai" application and expansion in smart Sports
An East analysis sample
MySQL的增删查改(第二话)
分布式链路追踪-skywalking基础
Worthington peptide synthesis application chymotrypsin scheme
Redis持久化的使用拓展
架构设计方案(持续更新ing)
The difference between static variables and global variables
AIDL总结
2022-07-19 mysql/stonedb sub query hashjoin logic processing
Let security move | no matter what industry network architecture, these six tactics win the target
Event handling of lvgl
harbor+trivy的安装使用——筑梦之路