goonvif icon indicating copy to clipboard operation
goonvif copied to clipboard

Is an opensource ONVIF library for golang

Results 6 goonvif issues
Sort by recently updated
recently updated
newest added

Подскажите работает ли модуль analytics?

there is an error in Networking.go line 25 `uuid.Must(uuid.NewV4())`

Networking.go:25 has en error `uuidV4 := uuid.Must(uuid.NewV4())` Update to `uuidV4 := uuid.NewV4()`

When networking is conflate, cause 'xaddr' value is wrong. Like this: ```bash ssh -gNL 8080:192.168.9.232:80 larry@remotehost ``` Then, set the 'xaddr' value is '127.0.0.1:8080'. But, the device maybe return the...

is there any easy way to convert response string to a response struct ? as we can see, the response struct is not always same with xml struct in response...

thanks for providing such a wonderful project,i have some issue when i use it to get profile_token. type GetProfilesResponse struct { Profiles onvif.Profile } may defined as this type GetProfilesResponse...