onvif icon indicating copy to clipboard operation
onvif copied to clipboard

full and enhanced onvif protocol stack in golang.

Results 23 onvif issues
Sort by recently updated
recently updated
newest added

Hello,Is onvif2.02 supported? ONVIF Device Test Tool 19.06: Error in desenalizing body of reply message for operation GetService

Code does not match what is received when issuing go get and when cloning via git Device.go differs seems DeviceParams has been added but this does not reflect in downloaded...

memery leak many socket not close for latest version ``` dev, err := goonvif.NewDevice(addr) if err != nil { log.Errorf(this.tag, "[ONVIF]:sync time to addr:%s error: %s", addr, err.Error()) return }...

could give a ptz example please

currently there is soap xml marshaling tags only for the request structs. for response structs there are no xml unmarshal capabilities. planning to add that support? there is any technical...

[`GetVideoEncoderConfigurationsResponse.Configurations`](https://github.com/use-go/onvif/blob/af24622015f9654ce53172cf2fd23b693e38d18a/media/types.go#L266) in onvif document defined as unbounded, I understand it should be defined as an array. But in the file `media/types.go` it is not defined as an array. - Onvif...

Because in some places the omitempty tag is there and most places it isnt where it should have been , also if the spec updates , one can themselves update...

Onvif profile M relates to metadata, events and analytics. Is profile M supported by this library?

Hi everyone, Can someone please provide an Event example ? TIA

So I noticed when trying to use the media queries (sdk/media/*), that some of the structs are prefixed by `onvif:` for the xml parsing tags (example https://github.com/use-go/onvif/blob/master/xsd/onvif/onvif.go#L361). ![image](https://user-images.githubusercontent.com/3240898/195388402-262da03b-bfbe-4d5c-8f94-f8f5ed847433.png) When getting...