大华视频

https://blog.csdn.net/g0415shenw/article/details/82460248


设备发现
设备管理
设备输入输出服务
图像配置
媒体配置
实时流媒体
接收端配置
显示服务
事件处理
PTZ控制
其它










Onvif已经实现功能
设备发送hello消息
设备接收hello消息
设备发现匹配相应
获取设备信息
设置系统时间
获取系统时间
软件出厂默认值恢复
系统重新启动
获取wsdlurl
获取所有能力集
获取设备能力集
获取事件能力集
获取图象能力集
获取媒体能力集
获取主机名字
设置主机名
获取网络接口信息
设置网络接口信息
获取网络协议
获取网关
设置网关
D:\Documents\Downloads



https://blog.csdn.net/wqh8522/article/details/79733495

自行实现 Onvif 对接开发模式
https://blog.csdn.net/yuanbinquan/article/details/73274675

onvif连接工具的使用:
https://blog.csdn.net/yuanbinquan/article/details/65443898

wsdl地址:
http://blog.leanote.com/post/jluyeyu/Onvif%E5%AF%B9%E5%BA%94%E7%9A%84%E4%B8%8D%E5%90%8C

onvif功能接口:
https://wenku.baidu.com/view/bcd35a8b64ce0508763231126edb6f1aff0071b7.html


博客:
http://jluyeyu.leanote.com/tag/onvif





*****重要
https://blog.csdn.net/u011877155/article/details/83750651

转码输入为rtmp页面展示:
ffmpeg -i "rtsp://admin:tc123456@192.168.20.201:554//cam/realmonitor?channel=1&subtype=0" -vcodec h264 -f flv -an "rtmp://localhost:1935/live/test"

将摄像头视频保存至本地:
ffmpeg –i "rtsp://admin:tc123456@192.168.20.201:554//cam/realmonitor?channel=1&subtype=0" –vcodec copy D:\out.avi



ffmpeg -i "rtsp://192.168.20.218:8554/hello" -vcodec  h264   -f flv -an "rtmp://localhost:1935/live/test"

ffmpeg -i "rtsp://192.168.20.218:8554/hello" -vcodec  h264   -f flv -an "rtmp://192.168.20.28/live/test"

相关推荐