Search Criteria
Package Details: zoneminder 1.36.35-1
Package Actions
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.018572 |
First Submitted: | 2008-03-21 00:09 (UTC) |
Last Updated: | 2024-10-22 17:14 (UTC) |
Dependencies (45)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-headlessAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-gitAUR, ffmpeg-full-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- libjwtAUR
- perl-archive-zip
- perl-crypt-eksblowfishAUR
- perl-data-dump
- perl-data-entropyAUR
- perl-data-uuid
- perl-date-manip
- perl-datetime
- perl-dbd-mysql
- perl-device-serialport
- perl-file-slurp
- perl-image-info
- perl-io-interfaceAUR
- perl-io-socket-multicastAUR
- perl-json-maybexs
- perl-libwww
- perl-lwp-protocol-https
- perl-mime-lite
- perl-mime-tools
- perl-net-sftp-foreignAUR
- perl-number-bytes-human
- perl-php-serializationAUR
- perl-soap-wsdlAUR
- perl-sys-cpuAUR
- perl-sys-meminfo
- perl-sys-mmapAUR
- perl-uri-encodeAUR
- perl-xml-libxml
- perl-xml-parser
- php-apcu
- php-fpm
- php-gd
- polkit (polkit-gitAUR, polkit-consolekitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- apache (apache-gitAUR) (optional)
- fcgiwrap (optional) – required if using nginx
- libvncserver (libvncserver-gitAUR) (optional) – allows for CCTV-like monitoring of remote desktop sessions
- mariadb (mysql55AUR, mysql56AUR, mysql81AUR, mysql57AUR, mysqlAUR, mysql80AUR, mysql84AUR, mariadb-lts, percona-server) (optional)
- multiwatchAUR (optional) – required if using nginx
- nginx (nginx-rtmp-sergey-gitAUR, nginx-mainline-pushstreamAUR, tengineAUR, tengine-extraAUR, freenginx-mainline-hgAUR, angieAUR, freenginx-mainlineAUR, nginx-quic-libresslAUR, freenginx-libresslAUR, nginx-mainline) (optional)
- pod2manAUR (optional) – required for Docker support
- spawn-fcgi (optional) – required if using nginx
- vlc (vlc-noxAUR, vlc-gitAUR, vlc-luajitAUR) (optional) – may achieve better performance than FFmpeg with some camera models
- zmeventnotificationAUR (optional) – machine learning-powered recognition engine & event notification server
Required by (1)
Sources (8)
- fcgiwrap-multiwatch.service
- https://github.com/FriendsOfCake/crud/archive/refs/tags/v3.2.0.tar.gz
- https://github.com/ZoneMinder/CakePHP-Enum-Behavior/archive/refs/tags/1.0-zm.tar.gz
- https://github.com/ZoneMinder/RtspServer/archive/055d81fe1293429e496b19104a9ed3360755a440.zip
- https://github.com/ZoneMinder/zoneminder/archive/refs/tags/1.36.35.tar.gz
- zoneminder-httpd.conf
- zoneminder-nginx.conf
- zoneminder-php.ini
Latest Comments
« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 63 Next › Last »
hardroid commented on 2018-06-07 16:17 (UTC) (edited on 2018-06-07 16:51 (UTC) by hardroid)
Finally I got this working with php-7.2!
And also with API works!
API from ubuntu package!
First I did JohnyRi's steps (thx JohnyRi!)
1) force remove ffmpeg by
2) downgrading the x265 package to 2.7-1.
3) install ffmpeg 3.4.2-2 using downgrade.
Then:
installing perl-sys-cpu and perl-sys-meminfo
Then:
Compiling and installing with this PKGBUILD
a.) changed sha key to the new one
b.) changed ZoneMinder-$pkgver everywhere to zoneminder-$pkgver
c.) removed php-mcrypt from dependencies
Then I copied API Folder (/usr/share/zoneminder/www/api) from my ubuntu bionic installation:
to the arch linux zoneminder api folder (/srv/http/zoneminder/api) (overwrite all existing)This was the trick!
In ZMNinja Android App the "ZM cgi-bin URL" has to be changed from http://your-ip/zm/cgi-bin to http://your-ip/cgi-bin and it workes perfectly
JohnyRi commented on 2018-06-03 07:22 (UTC) (edited on 2018-06-03 07:23 (UTC) by JohnyRi)
Hi, @sav I managed to temporarily fix the bug by doing this:
1) force remove ffmpeg by # pacman -Rdd ffmpeg.
2) downgrading the x265 package to 2.7-1.
3) install ffmpeg 3.4.2-2 using downgrade.
Hope this helps until the zoneminder package is fixed.
Be aware that doing upgrade without disabling x265 and ffmpeg packages to update would result in zoneminder stop working again.
sav commented on 2018-06-01 17:36 (UTC)
@antoined, after upgrading the system, rolled back the ffmpeg package to version 1-_3.4.2-2-x86_64 and zoneminder worked. Now this procedure does not work. When will we see the solution or update?
hexadecagram commented on 2018-05-21 21:52 (UTC) (edited on 2018-05-21 21:57 (UTC) by hexadecagram)
@antoined: Also this:
hexadecagram commented on 2018-05-21 21:51 (UTC)
@antoined: Your PKGBUILD relies on perl-sys-cpu and perl-sys-meminfo but does not install them.
jlanzobr commented on 2018-05-14 00:30 (UTC)
Additionally, the current pkgbuild doesn't build.
==> Validating source files with sha256sums... 1.30.4.tar.gz ... FAILED
jlanzobr commented on 2018-05-14 00:27 (UTC)
Arch's ffmpeg package now provides libavformat.so.58 and this package relies on libavformat.so.57, causing zmc to crash.
antoined commented on 2018-05-06 15:28 (UTC) (edited on 2018-05-06 15:43 (UTC) by antoined)
I'm working on an update for this package. You can see the work in progress here: https://github.com/adetante/zoneminder-aur
Difference with this package:
/srv
(/srv/zoneminder/{www,cgi-bin}
)To do:
Feel free to comment or test!
« First ‹ Previous 1 .. 27 28 29 30 31 32 33 34 35 36 37 .. 63 Next › Last »