ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
Go to file
Chris Wiggins c869c66f24 Merge branch 'h264-mkv' of github.com:chriswiggins/ZoneMinder into h264-mkv 2013-09-06 15:22:18 +12:00
ZoneMinder@4d508d8be2 This adds PTZ control files and camera presets for specific ptz cameras. 2013-08-22 13:20:38 -05:00
autom4te.cache Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
db Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
debian cleanup 2013-05-10 13:55:45 -04:00
doc-pak Migrate svn to git 2013-03-17 00:45:21 +01:00
misc Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
scripts First iteration of h264 saving in the capture daemon. 2013-09-06 15:07:46 +12:00
src First iteration of h264 saving in the capture daemon. 2013-09-06 15:07:46 +12:00
umutils Migrate svn to git 2013-03-17 00:45:21 +01:00
web Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
AUTHORS Migrate svn to git 2013-03-17 00:45:21 +01:00
BUGS Migrate svn to git 2013-03-17 00:45:21 +01:00
COPYING Migrate svn to git 2013-03-17 00:45:21 +01:00
ChangeLog Pointed the ChangeLog to the commits url 2013-09-05 11:32:48 -04:00
LICENSE Copied COPYING to LICENSE 2013-04-12 19:11:17 -04:00
Makefile.am Changing AUTOMAKE_OPTIONS from gnu to foreign to fix automake. 2013-08-15 12:24:02 -04:00
Makefile.in Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
NEWS Migrate svn to git 2013-03-17 00:45:21 +01:00
README.md Minor formatting changes 2013-08-17 11:21:52 -04:00
TODO Migrate svn to git 2013-03-17 00:45:21 +01:00
acinclude.m4 Migrate svn to git 2013-03-17 00:45:21 +01:00
aclocal.m4 Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
config.h.in Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
configure Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
configure.ac Fixing AM_CONFIG_HEADER is deprecated in automake > 1.13. Should fix #94. 2013-08-30 21:57:52 -04:00
depcomp Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
description-pak Doing my best to manually remove nextime's plugin architecture while keeping his other changes. 2013-08-13 09:43:23 -04:00
install-sh Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
ltmain.sh Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
missing Fixes #107 for real this time. 2013-09-05 20:31:52 -04:00
mkinstalldirs Include missing make and configure files. Fixes #107 2013-09-05 20:08:22 -04:00
stamp-h.in Migrate svn to git 2013-03-17 00:45:21 +01:00
stamp-h1 Migrate svn to git 2013-03-17 00:45:21 +01:00
version Move version check from zoneminder.com to repository 2013-09-05 23:40:03 +12:00
zm.conf.in Migrate svn to git 2013-03-17 00:45:21 +01:00
zmconfgen.pl.in Migrate svn to git 2013-03-17 00:45:21 +01:00

README.md

ZoneMinder

All documentation for ZoneMinder is now online at http://www.zoneminder.com/wiki/index.php/Documentation

Overview

ZoneMinder is an integrated set of applications which provide a complete surveillance solution allowing capture, analysis, recording and monitoring of any CCTV or security cameras attached to a Linux based machine. It is designed to run on distributions which support the Video For Linux (V4L) interface and has been tested with video cameras attached to BTTV cards, various USB cameras and also supports most IP network cameras.

Requirements

If you are installing from a package, that package should provide all of the needed core components.

Packages

If you are compiling from source, the below list contains the packages needed to get ZoneMinder built:

Debian / Ubuntu

sudo apt-get install apache2 mysql-server php5 php5-mysql build-essential libmysqlclient-dev libssl-dev libbz2-dev \
libpcre3-dev libdbi-perl libarchive-zip-perl libdate-manip-perl libdevice-serialport-perl libmime-perl libpcre3 \
libwww-perl libdbd-mysql-perl libsys-mmap-perl yasm subversion automake autoconf libjpeg-turbo8-dev libjpeg-turbo8 \
apache2-mpm-prefork libapache2-mod-php5 php5-cli

CentOS / Redhat

Two additional repositories must be added before one can build zoneminder on CentOS or RHEL:

  1. RepoForge (formerly RPMForge) http://repoforge.org/use/
  2. EPEL https://fedoraproject.org/wiki/EPEL

Once those are added, install the following:

sudo yum install automake bzip2-devel ffmpeg ffmpeg-devel gnutls-devel httpd libjpeg-turbo libjpeg-turbo-devel mysql-devel mysql-server pcre-devel \
perl-Archive-Tar perl-Archive-Zip perl-Convert-BinHex perl-Date-Manip perl-DBD-MySQL perl-DBI perl-Device-SerialPort perl-Email-Date-Format perl-IO-stringy \
perl-IO-Zlib perl-MailTools perl-MIME-Lite perl-MIME-tools perl-MIME-Types perl-Module-Load perl-Package-Constants perl-Sys-Mmap perl-Time-HiRes \
perl-TimeDate perl-YAML-Syck php php-cli php-mysql subversion x264

ffmpeg

This release of ZoneMinder has been tested on and works with ffmpeg version N-55540-g93f4277.