巴可视讯
https://baijiahao.baidu.com/s?id=1761174666224944776&wfr=spider&for=pc
https://mbd.baidu.com/newspage/data/videolanding?nid=sv_6135975375553311246&sourceFrom=share
萤石的C2摄像机,千万不要升级固件。这个版本的最好用。
2023-3-26 乱云飞 监控 评论(0) 浏览(4748) 标签: 萤石云 海康威视 RTSP 取流地址 固件
CS-C2-21WPFR | |
CS-C2-21WPFR0120140626CCRR470210000 | |
V5.1.0 140310 | |
V4.0 build 140221 |
新版固件分辨率是720P,去掉了WEB服务,不能用浏览器操作。缩水!
下载地址:QQ群:199396075
萤石摄像头取流地址是:rtsp://admin:******@192.168.0.8:554/h264/ch1/main/av_stream
最新的虚拟监控摄像机OSD插件~看截图~
2023-3-17 乱云飞 评论(0) 浏览(176) 标签: 桌面时钟 虚拟监控摄像头 监控字体 监控时间 OSD
网盘下载:https://www.123pan.com/s/PCf7Vv-CuCJv.html
虚拟ONVIF监控软件RTMP代理功能设置示例,RTMP转RTSP
<proxy><!--RTMP代理配置,可以作为RTMP转RTSP使用--> <suffix>ceshi001</suffix> <url>rtmp://rtmp01open.ys7.com:1935/v3/openlive/E58525125_1_1?expire=1705052829&id=535515438474342400&t=92e7521f3c57f8095ec2f849640f14ed2d1ebb205634b91996323b0d94da3375&ev=100</url> <user></user> <pass></pass> <transfer>TCP</transfer> <output> <video> <codec></codec> <width>1920</width> <height>1080</height> <framerate>25</framerate> <bitrate>2048</bitrate> </video> <audio> <codec></codec> <samplerate></samplerate> <channels></channels> <bitrate></bitrate> </audio> </output> </proxy>
虚拟ONVIF监控软件推流设置示例
<pusher> <suffix>pusher</suffix> <video> <codec>H264</codec> </video> <audio> <codec>G711U</codec> <samplerate>8000</samplerate> <channels>1</channels> </audio> <transfer> <mode>RTSP</mode> <ip></ip> <vport>50001</vport> <aport>50002</aport> </transfer> <output> <video> <codec></codec> <width></width> <height></height> <framerate></framerate> <bitrate></bitrate> </video> <audio> <codec></codec> <samplerate></samplerate> <channels></channels> <bitrate></bitrate> </audio> </output> </pusher>
视频添加水印测试中。。。
rtsp://192.168.0.100:554/videodevice=ipcamera窗体透明,测试OK
Option Explicit Private Declare Function GetWindowLong Lib "user32" Alias _ "GetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long) As Long Private Declare Function SetWindowLong Lib "user32" Alias _ "SetWindowLongA" (ByVal hWnd As Long, ByVal nIndex As Long, _ ByVal dwNewLong As Long) As Long Private Declare Function SetLayeredWindowAttributes Lib "user32" (ByVal hWnd As Long, ByVal crKey As Long, ByVal bAlpha As Byte, ByVal dwFlags As Long) As Long '函数第一个参数是窗体句柄 '第二个指定颜色(只有第四参数有LWA_COLORKEY才有效) '第三个参数指定不透明度(只有第四参数有LWA_ALPHA才有效) '见上 Private Const GWL_EXSTYLE = (-20) Private Const WS_EX_LAYERED = &H80000 Private Const WS_EX_TRANSPARENT = &H20& Private Const LWA_ALPHA = &H2 Private Const LWA_COLORKEY As Long = &H1 Private Sub Form_Load() Dim lOldStyle As Long Dim bTrans As Integer '不透明度,0-255 Dim crTrans As ColorConstants '设置透明色 bTrans = 128 '自己改 crTrans = vbRed '自己改 lOldStyle = GetWindowLong(Me.hWnd, GWL_EXSTYLE) SetWindowLong Me.hWnd, GWL_EXSTYLE, lOldStyle Or WS_EX_LAYERED Or WS_EX_TRANSPARENT SetLayeredWindowAttributes Me.hWnd, vbRed, bTrans, LWA_COLORKEY Or LWA_ALPHA End Sub
把虚拟监控软件模拟成海康威视摄像头配置
2023-3-2 乱云飞 评论(0) 浏览(213) 标签: 海康威视 虚拟监控 配置文件
<information> <tds:Manufacturer>HIKVISION</tds:Manufacturer> <tds:Model>DS-2CD3232D-I5</tds:Model> <tds:FirmwareVersion>V5.6.800 build 230202</tds:FirmwareVersion> <tds:SerialNumber>DS-2CD3232D-I520230202CCCH878282230</tds:SerialNumber> <tds:HardwareId>88</tds:HardwareId> </information>
Alist界面美化代码!简洁直角系!
2023-2-24 乱云飞 评论(0) 浏览(296) 标签: 百度网盘 开源网盘 Alist 界面美化 全局直角
演示地址:http://1.80c.cc:5100
<style> /*白天背景图*/ .hope-ui-light{background-color:#00BFFF!important;} /*主列表夜间模式透明,50%这数值是控制透明度大小的*/ .obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-iigjoxS-css {background-color:rgb(0 0 0 / 90%) !important;border-radius:0px!important;} /*readme夜间模式透明,50%这数值是控制透明度大小的*/ .hope-c-PJLV.hope-c-PJLV-iiuDLME-css {background-color:rgb(0 0 0 / 90%) !important;border-radius:0px!important;} /*主列表透明*/ .obj-box.hope-stack.hope-c-dhzjXW.hope-c-PJLV.hope-c-PJLV-igScBhH-css {background-color: rgba(255, 255, 255, 1.0) !important;border-radius:0px!important;} /*readme透明*/ .hope-c-PJLV.hope-c-PJLV-ikSuVsl-css {background-color: rgba(255, 255, 255, 0.9) !important;border-radius:0px!important;} /*顶部-----------------*/ .hope-c-PJLV-iiOacaA-css {background-color:#ffff99!important;width:940px;!important;border-radius:0px!important;} .hope-c-PJLV-iikaotv-css{border-radius:0px!important;} /*复制链接按钮*/ .hope-c-PJLV-ijSQbqe-css{border-radius:0px!important;} /*图片选择框*/ .hope-c-PJLV-ijpihTg-css{border-radius:0px!important;} /*视频播放列表*/ .hope-c-PJLV-ijhzIfm-css{border-radius:0px!important;} /*视频播放列表*/ .hope-c-PJLV-igXrpAn-css{border-radius:0px!important;} /*视频播放列表*/ .hope-c-PJLV-ifiEvmt-css{border-radius:0px!important;} /*视频播放列表*/ .hope-c-PJLV-ibtHApG-css{border-radius:0px!important;} /*视频播放列表*/ .hope-c-PJLV-ibvTkII-css{border-radius:0px!important;} /*弹出删除对话框*/ .hope-c-PJLV-ikoJJtX-css{border-radius:0px!important;} /*列表模式的链接*/ .hope-c-PJLV-ihHRgxo-css{border-radius:0px!important;} /*网格模式的链接*/ .hope-c-PJLV-ibnmsYG-css{border-radius:0px!important;} /*网格模式图片*/ .hope-c-PJLV-ieKuSxQ-css{border-radius:0px!important;} /*图片模式的链接*/ .hope-c-PJLV-ihAJmko-css{border-radius:0px!important;} /*图片模式鼠标滑过*/ /*head和主页二字背景*/ .hope-c-PJLV-ikgiLXI-css {background-color:#00BFFF!important;border-radius:0px!important;} /*大框架*/ .hope-c-PJLV-iicyfOA-css {background-color: rgba(255, 255, 255, 0.9) !important;border-radius:0px!important;} .solid-contextmenu{border-radius:0px!important;} /*右键菜单*/ .hope-c-PJLV-iSMXDf-css{border-radius:0px!important;} /*右上角弹出*/ /*顶部右上角切换按钮透明*/ .hope-c-ivMHWx-hZistB-cv.hope-icon-button {background-color: rgba(255, 255, 255, 0.8) !important;border-radius:0px!important;} /*右下角侧边栏按钮透明*/ .hope-c-PJLV-ijgzmFG-css {background-color: rgba(255, 255, 255, 0.8) !important;border-radius:0px!important;} .footer { display: none !important; } /*去掉底部文字*/ </style> ***************************************************************** <center class="dibu"> <div class="hope-c-PJLV hope-c-PJLV-iicyfOA-css"> <div style=" line-height:40px;font-size: 12pt;background-color:#ffff99;height:90px"> <a class="nav-link" href="http://80c.cc/" target="_blank"> EZSOFT</a> <a class="nav-link" href="http://80c.cc/ez" target="_blank">翼展电脑</a> <a class="nav-link" href="http://80c.cc/down.html" target="_blank">虚拟监控下载</a> <a class="nav-link" href="/@manage" target="_blank">管理</a> <a class="nav-link" href="https://github.com/Xhofe/alist" target="_blank">Alist</a><br> <a class="nav-link" href="https://beian.miit.gov.cn/#/Integrated/index" target="_blank">冀ICP备2222000777号 </a> </div> <div> </center>