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.047389
First Submitted: 2008-03-21 00:09 (UTC)
Last Updated: 2024-10-22 17:14 (UTC)

Latest Comments

« First ‹ Previous 1 .. 50 51 52 53 54 55 56 57 58 59 60 .. 63 Next › Last »

asch commented on 2012-07-19 12:46 (UTC)

OK, I have stopped zoneminder, but when I click to start it fails :-(. zmpkg[2091]: INF [Command: start] zmdc[2112]: INF [Server starting at 12/07/19 14:36:01] zmdc[2112]: FAT [Can't bind: Permission denied] zmdc[2109]: FAT [Can't connect: No such file or directory] zmpkg[2091]: ERR [Unable to run "/srv/zoneminder/bin/zmdc.pl startup", output is "Starting server"] What permissions do I need to setup, grrr. EDIT: I tried to ren zmdc.pl manualy, and it has this problem: Can't open config file '/etc/zm.conf': Permission denied at /usr/share/perl5/site_perl/ZoneMinder/Config.pm line 100.

skuda commented on 2012-07-19 12:32 (UTC)

i guess you already have done this before with old versions and you know http://www.zoneminder.com/wiki/index.php/Uvc too, other than that i have not tried this combination, sorry.

asch commented on 2012-07-19 12:25 (UTC)

Great. But I need one more help. Is someone using this version with mjpg_streamer and usb webcams? When I run mjpg_streamer and run firefox to localhost:8080/?action=stream I see picture, but when I add this webcam to zoneminder, the host is red, so zoneminder cannot "connect" to the host with camera.

skuda commented on 2012-07-19 10:24 (UTC)

glad to help :), buhrietoe will update the package when he review the patches i guess.

asch commented on 2012-07-19 10:20 (UTC)

Wow! Now it works, I did it again and now it compiles ok. Well, my mistake. Thanks a lot and please, add these two patches into pkgbuild.

skuda commented on 2012-07-19 10:09 (UTC)

wow, it seems not be detecting nothing of ffmpeg, that explains why downgrade ffmpeg doesn't helps, here is mine before apply the patch: /* #undef HAVE_LIBAVCODEC */ #define HAVE_LIBAVCODEC_AVCODEC_H 1 /* #undef HAVE_LIBAVCORE */ #define HAVE_LIBAVDEVICE 1 #define HAVE_LIBAVFORMAT 1 #define HAVE_LIBAVFORMAT_AVFORMAT_H 1 #define HAVE_LIBAVUTIL 1 #define HAVE_LIBAVUTIL_AVUTIL_H 1 After the patch it's applied i get HAVE_LIBAVCORE defined too and this is the culprit for a correct compilation, in your case configure script is not finding anything, what it's the output of this command on your computer: pacman -Ql ffmpeg |grep include | grep -E "avutil.h|avcodec.h|avformat.h|avdevice.h" this is mine: ffmpeg /usr/include/libavcodec/avcodec.h ffmpeg /usr/include/libavdevice/avdevice.h ffmpeg /usr/include/libavfilter/avcodec.h ffmpeg /usr/include/libavformat/avformat.h ffmpeg /usr/include/libavutil/avutil.h

asch commented on 2012-07-19 10:02 (UTC)

Patches were applied correctly. cat config.h | grep LIBAV: /* #undef HAVE_LIBAVCODEC */ /* #undef HAVE_LIBAVCODEC_AVCODEC_H */ /* #undef HAVE_LIBAVCORE */ /* #undef HAVE_LIBAVDEVICE */ /* #undef HAVE_LIBAVFORMAT */ /* #undef HAVE_LIBAVFORMAT_AVFORMAT_H */ #define HAVE_LIBAVUTIL 1 /* #undef HAVE_LIBAVUTIL_AVUTIL_H */

skuda commented on 2012-07-19 09:57 (UTC)

given the error you still have it seems to be related with the detection of libav, can you post this command result in the src directory where you tried to compile? "cat config.h |grep LIBAV" it's important too that the patch to configure.ac need to be applied with "-p0", the other need "-p1".

asch commented on 2012-07-19 09:50 (UTC)

skuda: These patches doesn't work for me. Still error shown bellow. I also tried to downgrade ffmpeg, but it didn't help either. [...] g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -I/usr/include -g -O2 -MT zm_local_camera.o -MD -MP -MF .deps/zm_local_camera.Tpo -c -o zm_local_camera.o zm_local_camera.cpp In file included from zm_local_camera.cpp:24:0: zm_local_camera.h:101:5: error: ‘PixelFormat’ does not name a type zm_local_camera.h:102:5: error: ‘PixelFormat’ does not name a type zm_local_camera.h:103:12: error: ‘AVFrame’ does not name a type zm_local_camera.cpp:44:8: error: ‘PixelFormat’ does not name a type [...]