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.53
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 .. 50 51 52 53 54 55 56 57 58 59 60 .. 63 Next › Last »

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 [...]

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

Yeah, sure, here they are http://pastebin.com/NT6Lrq0B http://pastebin.com/tnDbLnYP

buhrietoe commented on 2012-07-19 03:31 (UTC)

Skuda, can you chime in again with a new link to the patches you found so I can take a look at them please?

asch commented on 2012-07-19 00:18 (UTC)

Flaging out-of-date to notify author to repair this package.