Package Details: zoneminder 1.36.35-1

Git Clone URL: https://aur.archlinux.org/zoneminder.git (read-only, click to copy)
Package Base: zoneminder
Description: A full-featured, open source, state-of-the-art video surveillance software system
Upstream URL: https://zoneminder.com/
Keywords: camera cctv monitor record security surveillance video zoneminder
Licenses: GPL-2.0-only
Submitter: None
Maintainer: Nocifer
Last Packager: Nocifer
Votes: 72
Popularity: 0.017103
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Dependencies (45)

Sources (8)

Latest Comments

« First ‹ Previous 1 .. 26 27 28 29 30 31 32 33 34 35 36 .. 63 Next › Last »

alanking commented on 2018-09-25 10:21 (UTC)

Hi Nocifer, Thanks for the time taken to reply. Yes it is a problem with AVResample that broke ffmpeg. I can not for the life of me get libvlc working. I installed libvlc from the AUR but zoneminder is saying i have to install required libraries to use libvlc, even after i have it installed. the problems i get a sometimes the cameras just stop responding when switching through them or just not allowing recordings to play back. Never had that issue on the previous build of zm. I do think its more likely to be a zm issue then an issue with your build. In the mean time i guess i can just freeze the build of ffmpeg i have installed to keep AAVResample installed.

Nocifer commented on 2018-09-23 19:34 (UTC) (edited on 2018-09-23 19:44 (UTC) by Nocifer)

@alanking

Would you care to elaborate on what kind of "a few problems here or there" you've been having? I'd like to fix them if I can (and if they're due to faulty packaging), that's the whole point of my updating this ancient PKGBUILD :)

Regarding ffmpeg 4.0.2-3: I just rebuilt and reinstalled zoneminder and it worked as before, without any errors or hick-ups. The only difference I could spot is at the end of CMake's configuration step, where in the "Optional libraries not found" list there is a new "AVResample" item added. I did a little digging though and I found that the entire reason for Arch updating the ffmpeg package was to drop support for libavresample. See here: https://git.archlinux.org/svntogit/packages.git/commit/trunk?h=packages/ffmpeg&id=a0f9a95b804d34209c88122fe9941179ad584262

So this is probably our culprit. Seeing as it is designated "optional" in ZoneMinder's CMake file, it seems like it isn't an absolutely required component. So, if your setup is broken, I guess that unknowingly to you or not your camera(s) have been making use of video resampling through ffmpeg.

If that's what you really want or need (i.e. for some reason your camera(s) need that specific resampling library to work properly - which I doubt) then maybe you could consider using libvlc instead of ffmpeg, as it's there for precisely that reason - as an optional alternative in case ffmpeg doesn't cover your needs.

If that isn't the case, then maybe you could try fiddling with your camera(s)'s settings and find a way to either change the resampling method or disable the resampling altogether. Sorry for being so vague but as I said, I'm not exactly an expert on ZoneMinder :P

alanking commented on 2018-09-23 10:50 (UTC)

appreciate your work Nocifer, works pretty well mostly. I am having a few problems here or there but overall it is mostly working... just wanted to warn users the ffmpeg 1:4.0.2-3 update yesterday broke zm. so i needed to downgrade.

Nocifer commented on 2018-09-15 22:46 (UTC) (edited on 2018-10-02 15:00 (UTC) by Nocifer)

After almost a year of eagerly waiting for this package to be updated, I decided to take matters into my own hands. Some much needed observations:

  • This package is an effing mess.
  • ZoneMinder itself is an effing mess.
  • ZoneMinder's documentation is an even worse effing mess (I'm talking instructions conflicting with other instructions within the same file, and both of them being outdated or just plain wrong).

This is really not intended as bashing to ZoneMinder's developers or to the previous and current (?) maintainers of this package, it's just something I had to get out of my chest. Developers, please keep up the good work!

So, first the good news:

  • ZoneMinder is updated to its latest version 1.32 and builds and runs on a current Arch installation. No more downgrading, no more hacking, no more cursing.
  • It now uses Nginx instead of Apache (yeah, I know that some people may want it without hardcoded dependencies on either an HTTP server or a database server, but first things first - first we get it working, then we can think about proper deployment).
  • As far as I can tell everything works properly, meaning I have successfully added a camera and viewed its live feed, recorded motion events, etc. Oh, and the API works as well (tested with both official instructions and zmNinja).
  • It installs ready to run out of the box, i.e. the database is created automatically and Nginx, PHP-FPM et al are also configured automatically.

Now, the not-so-good news:

  • I'm not a Perl coder, so I can't properly debug missing or buggy modules etc besides what I can gleam from the various error logs. There are some errors here and there there that mostly have to do with missing memory maps, which I believe have more to do with the software itself rather than the packaging. But, I may be wrong.
  • I have never used ZoneMinder before, so I can't really tell if everything is really working properly.
  • I only have access to an old-ish, cheap-ish Foscam IP camera, which means that I can't easily tell whether bad and/or buggy performance is my fault, ZoneMinder's fault or the camera's fault.

What this comes down to is: people with experience on using ZoneMinder, please check these errors and see if you can tell whether they're errors that should be fixed on my side or common bugs that upstream should/will take care of. Also, assume that I have made errors in packaging and/or forgotten a few dependencies, so please check every nook and corner to ensure that nothing is blatantly broken!

And finally the bad news:

  • In order to make ZoneMinder run automagically I had to resort to a few hacks like messing with the main Nginx configuration file without checking whether its contents have been changed from the default or not (i.e. whether this is a fresh install or it was already installed). In the same vein there should be a few other sanity checks in the script, like checking whether there is already a previous ZoneMinder database in place and upgrading it instead of trying to create it (and probably failing miserably). Suffice to say that this PKGBUILD may just make your PC go boom or do other bad things, so I recommend checking it out extensively before you use it. Caveat emptor. You have been warned.

Without further ado:

EDIT: Links removed, use the updated official PKGBUILD instead.

Fingers crossed that it works for you as great as it worked for me.

Oh, also @zlqrn:

"why is this beautiful software so hard to install!!!!"

It's hard because under the surface it's really not as beautiful as you may think... :P

alanking commented on 2018-09-14 21:37 (UTC)

I hope so, as of now my zoneminder is broke due to PHP 7 and ffmpg/x265 updates which I had to allow for other packages. I see the new version is PHP 7 compatible. Fingers crossed mesmar or someone else can maintain this important package.

escentrix commented on 2018-09-14 20:24 (UTC)

There is a new version out now. Is this package still maintained for an expected update?

ImNtReal commented on 2018-09-13 14:00 (UTC)

Seems like onvif support requires: perl-data-uuid perl-soap-wsdl perl-io-socket-multicast

zlqrn commented on 2018-07-30 13:50 (UTC)

WHY?? every year something goes nuts with zoneminder.

cant follow @hardroids example because getting ffmpeg3.4-full to install is/was a bitch. then after pulling that miracle zoneminder wont install because i get a cmake error with zm.dir and zm_mpeg at 38% build point >> all research indicates this is a ffmpeg issue. SO WTF is going on?? (i know nu updates of ffmpeg chanes nomenclature and shit but come on).

why is this beautiful software so hard to install!!!!

@hardroid > please explaing a bit more about your ubuntu installation. you have another machine where you copied folders from? your new PKGBLD is defintely better. but still cant get this damn software to install. so bad and such a waste of time i sometimes think i will have to ditch arch linux (dont want to anyway) MESMER PLZ UPDATE