Page 1 of 1

ONVIF event notification

Posted: Wed Jun 15, 2022 8:59 pm
by gyzod
Hello,

I wanted to give a try on the new onvif event notification feature.

I run Ubuntu focal with the latest 1.37 build of zm from the following repo :

Code: Select all

deb http://ppa.launchpad.net/iconnor/zoneminder-master/ubuntu focal main
Have enabled the ONVIF information in zoneminder and when I look at the logs, I see this error :

Code: Select all

06/15/22 16:38:26.026466 zmc_m9[7023].ERR-zm_monitor.cpp/1001 [zmc not compiled with GSOAP. ONVIF support not built in!]
obviously, the feature doesn't work.

Any idea ?

THanks

Re: ONVIF event notification

Posted: Wed Jun 15, 2022 11:17 pm
by iconnor
Unfortunately we havn't figured out a good way of including this code in the packages.

You will have to build your own, preferably using the do_debian_package.sh script in the misc directory.

This isn't TOO bad to figure out, but you might just want to wait for us to figure it out.

Re: ONVIF event notification

Posted: Thu Jun 16, 2022 6:13 pm
by gyzod
Thank you for your reply. I did compile zm using the do_debian_package.sh script and I still get the same error.

THanks

Re: ONVIF event notification

Posted: Thu Jun 16, 2022 6:17 pm
by iconnor
well you have to have gsoap installed.

sudo apat-get install gsoap libgsoap-dev

And then build the package.