-
-
Notifications
You must be signed in to change notification settings - Fork 183
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Basic ONVIF support #1369
base: main
Are you sure you want to change the base?
Basic ONVIF support #1369
Conversation
Co-Authored-By: Brett Smith <[email protected]>
"ONVIF_URL=mybridge:5050" ONVIF_URL -> ONVIF_ADDRS in config.py for environmental variable Line 41, looks like an array to get an domain or host:port
Port 5000 hardcoded in frontend.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems to be adding onvif where requried
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.