当前位置:网站首页>海康摄像机取流RTSP地址规则说明
海康摄像机取流RTSP地址规则说明
2022-07-31 13:46:00 【zly3500】
URL规定:
rtsp://username:[email protected]<address>:<port>/Streaming/Channels/<id>(?parm1=value1&parm2-=value2…)
注:VLC或者EasyPlayer可以支持解析URL里的用户名密码,实际发给设备的RTSP请求不支持带用户名密码。
详细描述:

举例说明:
DS-9632N-ST的IP通道01主码流:
rtsp://admin:[email protected]:554/Streaming/Channels/101?transportmode=unicast
DS-9016HF-ST的IP通道17主码流:
rtsp://admin:[email protected]:554/Streaming/Channels/1701?transportmode=unicast
DS-9016HF-ST的模拟通道01子码流:
rtsp://admin:[email protected]:554/Streaming/Channels/102?transportmode=unicast (单播)
rtsp://admin:[email protected]:554/Streaming/Channels/102?transportmode=multicast (多播)
rtsp://admin:[email protected]:554/Streaming/Channels/102 (?后面可省略,默认单播)
DS-9016HF-ST的零通道主码流(零通道无子码流):
rtsp://admin:[email protected]:554/Streaming/Channels/001
DS-2DF7274-A的第三码流:
rtsp://admin:[email protected]:554/Streaming/Channels/103
以下为实例:
rtsp://user2:[email protected]:554

rtsp://user2:[email protected]:554/Streaming/Channels/101

rtsp://user2:[email protected]:554/Streaming/Channels/201



边栏推荐
猜你喜欢

Grab the tail of gold, silver and silver, unlock the programmer interview "Artifact of Brushing Questions"

AWS implements scheduled tasks - Lambda+EventBridge

Edge Cloud Explained in Simple Depth | 4. Lifecycle Management

机器学习模型验证:被低估的重要一环

An article makes it clear!What is the difference and connection between database and data warehouse?

推荐系统-召回阶段-2013:DSSM(双塔模型)【Embedding(语义向量)召回】【微软】

golang-gin - graceful restart

PHP Serialization: eval

go使用makefile脚本编译应用

C# Get network card information NetworkInterface IPInterfaceProperties
随机推荐
计算机复试面试问题(计算机面试常见问题)
Batch大小不一定是2的n次幂!ML资深学者最新结论
技能大赛dhcp服务训练题
LeetCode·每日一题·1161.最大层内元素和·层次遍历
PHP Serialization: eval
代码随想录笔记_哈希_454四数相加II
图像大面积缺失,也能逼真修复,新模型CM-GAN兼顾全局结构和纹理细节
selenium被反爬了怎么办?
Solution for browser hijacking by hao360
TensorRT安装及使用教程「建议收藏」
The batch size does not have to be a power of 2!The latest conclusions of senior ML scholars
JSP response对象简介说明
LeetCode旋转数组
技能大赛训练题:域用户和组织单元的创建
使用NVM进行node版本切换管理
golang-gin-pprof-使用以及安全问题
C#控件CheckBox的使用
C# control ToolStripProgressBar usage
C#使用ComboBox控件
C#中+=的用法