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

**General fixes** Closes HTTP response body after reading - I think fixes https://github.com/use-go/onvif/issues/20. Minor linting changes. **Events** Fixes types. Adds `MessageNotification` type. Generated some methods used in [downstream repo](https://github.com/tarancss/onvifcam). Tested...

There was no generation of event in sdk. PullMessage was not generated MessageContent in FilterType may be empty

If I provide NewDevice() with an IPaddr and port that reference a web server, it will return success as long as the website hosted on that server does not return...

Hi. I am new to your library, and can't figure out how to use it to send backchannel audio to a device. Does your library support Profile T (if not,...

IP Camera Company Named Syntel All other endpoints are working fine: but profile request is asking for authentication but dahua cameras are working fine. Here is request :- ` admin...

I'm trying to read out the relay outputs and digital input, but looks like missing from the library. Any plans to add this functionality? Looks like it's currently added to...

I noticed when using the discovery function it was not possible to get the DeviceParams struct from the Device. This meant that the base address of a discovered camera was...

When try call `Subscribe` with wrong `InitialTerminationTime` parameter value server return error response with status code `500`: ```xml http://docs.oasis-open.org/wsrf/fault env:Receiver wsnt:UnacceptableInitialTerminationTimeFault 2023-11-24T08:17:18Z ``` In this [Call_Subscribe](https://github.com/use-go/onvif/blob/217f1231c56ffa22fa77a6dc8d7a9f387038e3cd/sdk/event/Subscribe_auto.go#L26-L29) doesn't check status code...

Id just like to prefix this with the fact that Im using a cheap ONVIF camera. But wondering whether Im doing something wrong, response returns "false" however I cant connect...

Is possible to make multicast in different subnet?