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 9c168a9af5 Check if videoing for bulk frame adding too 2013-09-29 10:10:16 +13:00
ZoneMinder@4d508d8be2 initial upload of files used to build rpm 2013-09-07 16:51:54 -05:00
db Updated event processing to actually add frames into the DB. Use MP4 container 2013-09-14 00:50:54 +12:00
distros move this into the distros dir 2013-09-18 12:51:10 -04:00
doc-pak Migrate svn to git 2013-03-17 00:45:21 +01:00
misc Updated event processing to actually add frames into the DB. Use MP4 container 2013-09-14 00:50:54 +12:00
scripts Update branch to track modern 2013-09-24 14:58:41 +12:00
src Check if videoing for bulk frame adding too 2013-09-29 10:10:16 +13:00
umutils Migrate svn to git 2013-03-17 00:45:21 +01:00
web Display the monitors as "panels" 2013-09-26 13:46:58 -04:00
.travis.yml Tell Travis to skip building the modern branch for now [skip ci] 2013-09-24 20:39:02 -04:00
AUTHORS Updated AUTHORS to reflect recent changes to the project 2013-09-09 10:06:36 -04:00
BUGS Point to the GitHub issues page for the list of current bugs 2013-09-09 09:45:29 -04: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 Removed web from SUBDIRS in Makefile.am 2013-09-23 20:54:15 -04:00
NEWS Migrate svn to git 2013-03-17 00:45:21 +01:00
README.md Update readme again =/ 2013-09-24 15:27:54 +12:00
TODO update link to README to be README.md 2013-09-06 14:35:08 -04:00
acinclude.m4 put this back so we can get on with life 2013-09-10 08:52:59 -04:00
bootstrap.sh rough in a quick script to help people generate the build files 2013-09-08 15:15:58 -04:00
configure.ac Removed old web/ Makefiles from configure.ac 2013-09-23 15:55:16 -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
version Bumping the version numbers. 2013-09-10 11:50:39 -04: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 H264 Patch

Build Status

##Information about this branch This branch aims to support direct recording of H264 cameras into MP4 format as well as allowing analogue or remote cameras to be transcoded into H264 video on the fly. This branch tracks the modern branch as the new WebUI is where all the viewing functionality will sit. If you encounter any issues, please open an issue on GitHub and attach it to the H264 Milestone. @chriswiggins is leading this project and welcomes all help!

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.