ONVIF support - this is still a work in progress, but the bridge can now provide some basic ONVIF functionality. No additional configuration required. You can manually add the bridge to your ONVIF client using:
Hostname/IP: Hostname/IP where the container is running
Port: Same port as WebUI (Default: 5000)
Username (If WB_AUTH enabled): wb
Password (If WB_AUTH enabled): API key from the WebUI
ONVIF auto discovery can also be enabled, however, some additional configuration is required as WS-Discovery is multicast-based. To enable auto-discovery:
You must run your container with network_mode: host or some networking mode that allows for multicast traffic.
Set WS_DISCOVERY=true to enable the auto-discovery.
[Optional] Set ONVIF_URL=mybridge:5050 to change the address that WS-Discovery will advertise.
Hostname/IP where the container is running
Same port as WebUI (Default: 5000)
wb
API key from the WebUI
network_mode: host
or some networking mode that allows for multicast traffic.WS_DISCOVERY=true
to enable the auto-discovery.ONVIF_URL=mybridge:5050
to change the address that WS-Discovery will advertise.