mirror of
https://github.com/langhuihui/monibuca.git
synced 2025-12-24 13:48:04 +08:00
feat: add onvif pluign
This commit is contained in:
21
example/default/config.yaml
Normal file → Executable file
21
example/default/config.yaml
Normal file → Executable file
@@ -90,4 +90,23 @@ crypto:
|
||||
iv: your iv
|
||||
onpub:
|
||||
transform:
|
||||
.* : $0
|
||||
.* : $0
|
||||
onvif:
|
||||
enable: false
|
||||
discoverinterval: 3 # 发现设备的间隔,单位秒,默认30秒,建议比rtsp插件的重连间隔大点
|
||||
autopull: true
|
||||
autoadd: true
|
||||
interfaces: # 设备发现指定网卡,以及该网卡对应IP段的全局默认账号密码,支持多网卡
|
||||
- interfacename: 以太网 # 网卡名称 或者"以太网" "eth0"等,使用ipconfig 或者 ifconfig 查看网卡名称
|
||||
username: admin # onvif 账号
|
||||
password: admin # onvif 密码
|
||||
# - interfacename: WLAN 2 # 网卡2
|
||||
# username: admin
|
||||
# password: admin
|
||||
# devices: # 可以给指定设备配置单独的密码
|
||||
# - ip: 192.168.1.1
|
||||
# username: admin
|
||||
# password: '123'
|
||||
# - ip: 192.168.1.2
|
||||
# username: admin
|
||||
# password: '456'
|
||||
Reference in New Issue
Block a user