Quedale / OnvifDeviceManager

Onvif Device Manager for Linux
GNU General Public License v3.0
74 stars 17 forks source link

click scan core dump #7

Closed Mxk123456 closed 9 months ago

Mxk123456 commented 12 months ago

GTK Thread Dispatch... Found server - Match count : 1 OnvifDevicecreate OnvifSoapClientcreate [http://192.168.100.18:80/onvif/device_service] Valid URL Created Device: protocol -- http ip : 192.168.100.18 hostname : (null) port -- 80 endpoint : onvif/device_service DEBUG List Record :[0] 192.168.100.18:80 GTK Thread Dispatch Done... NSLookup ... 192.168.100.18 OnvifDevice_authenticate [http://192.168.100.18:80/onvif/device_service] OnvifDevicedevice_createMediaSoap OnvifDevicedevice_getCapabilities [http://192.168.100.18:80/onvif/device_service] ProbMatchesdestroy... ProbMatchdestroy... ProbMatchescreate... ProbMatch__create... GTK Thread Dispatch... Found server - Match count : 1 Record already part of list [http://192.168.100.18:80/onvif/device_service] GTK Thread Dispatch Done... ProbMatchesdestroy... ProbMatchdestroy... ProbMatchescreate... ProbMatch__create... 段错误

Quedale commented 11 months ago

First, thank you for trying out my project and providing feedback!

My last commit also included small changes to OnvifSoapLib sub-project and it would crash there if it didn't get updated.

Can you try running autogen.sh again? It will automatically pull and recompile its dependencies.

I need to add a note to README.md to indicate that running autogen.sh is required after pulling changes from git.

Quedale commented 9 months ago

I will close this issue since I didn't get a response and also that everything went under massive refactoring since.

Several critical bug were also fixed as part of Issue #11.