Add ONVIF WS-Discovery support for Windows network camera discovery - #2337
Draft
lrh3321 wants to merge 1 commit into
Draft
Add ONVIF WS-Discovery support for Windows network camera discovery#2337lrh3321 wants to merge 1 commit into
lrh3321 wants to merge 1 commit into
Conversation
Add ONVIF WS-Discovery multicast handling with Probe response support and startup Hello announcement. Make WS-Discovery configurable via the ONVIF module settings, including concurrency, Hello publishing, and disable controls.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements ONVIF WS-Discovery support so go2rtc can advertise itself as a discoverable ONVIF network camera on the local network.
This addresses the use case described in the related issue: allowing Windows to discover go2rtc as a network camera, which can help scenarios such as Azure Virtual Desktop and Microsoft Teams where virtual cameras are not recognized but network cameras may be available through Windows camera discovery.
Related Issue
Closes #1290
Changes
239.255.255.250:3702Proberequests withProbeMatchXAddrsHelloannouncement on startupDeviceandNetworkVideoTransmitterdiscovery typesNotes
This makes go2rtc visible to clients that rely on ONVIF WS-Discovery. Actual Windows camera integration may still depend on Windows ONVIF client behavior and supported stream/profile capabilities.