Dafang-Hacks / Main

138 stars 63 forks source link

ONVIF: Fix Makefile and response with error for unimplemented methods #90

Closed janrueth closed 2 years ago

janrueth commented 2 years ago

Some ONVIF camera viewers do perform some requests to the server that it does not implement, this leads to the ONVIF server not responding, this is eventually resolved by a timeout and a reconnect by the client, this takes a lot of time. This PR fixes this by sending an error message to the client which resolves the problem.

Further, the makefile downloads the boost library, the URL there does not exist no more, I replaced it with a working URL directly from boost.

jmtatsch commented 2 years ago

Nice, thank you.