We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd36a01 commit 6f18728Copy full SHA for 6f18728
cmd/gonvif/media/cmd.go
@@ -22,7 +22,7 @@ func init() {
22
}
23
24
func ServiceClient(url, username, password string, verbose bool) (wsdl.Media2, error) {
25
- serviceURL, err := root.ServiceURL(url, "onvif/Media")
+ serviceURL, err := root.ServiceURL(url, "onvif/Media2")
26
if err != nil {
27
return nil, err
28
0 commit comments