You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Improved Onvif discovery by exposing info about the devices (thanks @HHCBakker)
Fixed duplicated Onvif metadata being sent from the server when any of the metadata properties were configured in appsettings.json (MAC, Hardware, Manufacturer...)
Added Onvif Basic event subscription support on the server side.
Support for multiple Basic and Pull Point subscriptions on the server side.
Consolidated API defaults and extension methods on the client as well as the server.
Improved network adapter detection for Onvif discovery
Added PRE_AUTH (no authentication) for the following Onvif calls: GetWsdlUrl, GetServices, GetServiceCapabilities, GetCapabilities, GetHostname, GetSystemDateAndTime, GetEndpointReference
Exposed more configurable properties in the OnvifService