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.018951
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 .. 43 44 45 46 47 48 49 50 51 52 53 .. 63 Next › Last »

Fraterius commented on 2013-05-06 14:33 (UTC)

Everything works great except two things that I noticed. One is that I can't use rtsp protocol (which I used till now), this is strange cause I got such error: You must have ffmpeg libraries installed to use remote camera protocol 'rtsp' for monitor 1. and ffmpeg is installed. It works thrue http protocol though with no problems. Second problem is that you must makepkg with root permissions, maybe there is some walkaround to avoid that. Thanks a lot tritron for your contribution.

<deleted-account> commented on 2013-05-05 12:29 (UTC)

Well, works great. Just compiled it without any problems. Thx a lot.

tritron commented on 2013-05-05 05:36 (UTC)

I just updated this package to latest working version.

pvagner commented on 2013-02-27 10:04 (UTC)

Okay I have read a lot of comments, skimmed libav doxigen docs and came up with a dirty patch what does the same skuda tried to do in july. It compiles zoneminder binaries against the latest libav-static instead of relying on system-wide ffmpeg libraries. I think this might be also why video export is broken. I might actually have broken many more things with this patch but it at least compiles and basic functionality is working for me. I will be testing this and as I find more stuff I might post more patches. Remember you need libav-static 0.9.2. http://pastie.org/6346669

pvagner commented on 2013-02-25 19:51 (UTC)

oh guys I have updated my system and zoneminder no longer works and I am unable to compile it against libav-static. I cant figure it out atm.

Fraterius commented on 2013-02-01 10:39 (UTC)

Unfortunetly it's not it I also had problem with thumbnails and /var/cache/zoneminder is in my open_basedir. pvagner are you able to create video from events?

pvagner commented on 2013-01-31 08:27 (UTC)

@fraterius check whether php configuration allows accessing /var/cache/zoneminder/ I assume you are having the same issue I have described in my previous comment. Check your openbase_dir setting inside php.ini or if you have modified it then you can also do the settings per virtualhost.

Fraterius commented on 2013-01-29 10:15 (UTC)

Have small issue while trying to make avi out of event. It used to work in old version but now it's not. Not sure what exactly is the reason. Browser throws me: Video Generation Failed! The log is here: http://dpaste.com/hold/898229/ From my part everything seems to be ok, that's why I'm writing here.

pvagner commented on 2013-01-16 13:45 (UTC)

another little issue. If you will check WEB_LIST_THUMBNAILS in the Options -> Web you will notice the system is unable to generate thumbnails. The fix is to also add /var/cache/zoneminder to the open_basedir directive inside the php.ini . while open_basedir is in effect it also resolves symlinks and path /srv/http/zoneminder/events linked to /var/cache/zoneminder/events cant be opened. I believe this is a good suggestion so this can be added into the PKGBUILD script.

pvagner commented on 2013-01-12 20:24 (UTC)

Guys sorry for too many postings but I have done some further testing. I have verified when webpage executes command "zmdc.pl check" that script is unable to connect to the socket /tmp/zoneminder/zmdc.sock as client. I have tried to set full permissions on the /tmp/zoneminder folder what should give all users who can actually use sockets right to indeed connect to that socket. Still this does not solve our issue. Finally I have tried setting suid on the file zmdc.pl what should enable anyone running that script with a root privileges. Still the client socket is not working. I am not using selinux and I have installed nothing like that. What the hell might be blocking this functionality on this system? I think this is essential functionality for zoneminder to work correctly and either I am experiencing it alone or it must be something verry new. This is all on a fresh arch install.