Quedale

Results 97 comments of Quedale

I suppose I knew this may be a problem since I apparently kept the code commented out. So it was really quick to implemented. The changes are already ready for...

From what I understood, "GetServices" is part of the core onvif device definition. You can find it in the [devicemgmt wsdl](https://www.onvif.org/ver10/device/wsdl/devicemgmt.wsdl). The discovery is a simple UDP broadcast over port...

Be careful with all these various ONVIF specs. It's better to focus on one at a time since it's easy to get confused across schemas. (Some method exists in multiple...

I'm sorry to take so long to get back to you. This is most likely because this is not a ONVIF address. The port 554 is most commonly used for...

Good that you got the command figured out. Sorry I just copied it from the link. Did you get an output to the curl command? Did you try the ports...

It's a good change, but you forgot to use the new variable. It's still using the hardcoded location "gnu.c3sl.ufpr.br/ftp". Just update the location to use the variable and I'll merge...

That's unfortunate... It was a good pull request, it just needed a small adjustment.