Skip to content

Basic ONVIF support#1369

Draft
mrlt8 wants to merge 13 commits intomainfrom
onvif
Draft

Basic ONVIF support#1369
mrlt8 wants to merge 13 commits intomainfrom
onvif

Conversation

@mrlt8
Copy link
Copy Markdown
Owner

@mrlt8 mrlt8 commented Oct 4, 2024

  • 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:
    1. You must run your container with network_mode: host or some networking mode that allows for multicast traffic.
    2. Set WS_DISCOVERY=true to enable the auto-discovery.
    • [Optional] Set ONVIF_URL=mybridge:5050 to change the address that WS-Discovery will advertise.

Copy link
Copy Markdown

@iceman3k iceman3k left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants