ONVIF event notification

Current Development version likely to have breaking changes
Post Reply
gyzod
Posts: 5
Joined: Wed Jun 15, 2022 8:52 pm

ONVIF event notification

Post 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
User avatar
iconnor
Posts: 2904
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: ONVIF event notification

Post 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.
gyzod
Posts: 5
Joined: Wed Jun 15, 2022 8:52 pm

Re: ONVIF event notification

Post 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
User avatar
iconnor
Posts: 2904
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: ONVIF event notification

Post by iconnor »

well you have to have gsoap installed.

sudo apat-get install gsoap libgsoap-dev

And then build the package.
Post Reply