ZoneMinder is a free, open source Closed-circuit television software application developed for Linux which supports IP, USB and Analog cameras.
Go to file
Isaac Connor b7d8add5ad Merge branch 'release-1.36' of github.com:ZoneMinder/zoneminder into release-1.36 2021-11-16 15:00:34 -05:00
.github Add open collective username 2021-09-20 13:48:13 -04:00
cmake Merge pull request #3266 from Carbenium/fill-out-of-bounds 2021-05-30 10:55:22 -04:00
conf.d populate ZM_PATH_SHUTDOWN 2020-08-10 12:26:26 -04:00
db Fix logic ordering in 1.35.14 updated that moves columns from Monitors table to Monitor_Status 2021-10-25 16:55:42 -04:00
dep put back up to date RtspServer 2021-05-09 18:15:37 -04:00
distros Handle auth to mysql problems more gracefully 2021-10-28 13:15:18 -04:00
docs Merge pull request #3361 from criadoperez/debian-install 2021-10-28 13:17:38 -04:00
fonts ZmFont: Store character padding in font file 2021-04-25 23:13:21 +02:00
icons/16x16 add an icon made from favicon.ico and a .desktop file to be install in /usr/share/applications/ 2017-04-26 15:21:28 -04:00
misc Add an example fail2ban rule as provided by Pedulla 2021-09-10 18:00:52 -04:00
onvif Merge pull request #3373 from havardAasen/minor_fixes 2021-10-19 14:55:59 -04:00
scripts Only start a transaction if we are not already in a transaction 2021-10-28 15:28:55 -04:00
src Don't exit(0) on QUIT. Instead set zm_terminate=true so that all the cleanup routines run. 2021-11-09 15:49:25 -05:00
tests Remove remaining usages of VLAs 2021-05-17 22:12:04 +02:00
utils Allow NOW or CURRENT for PACKAGE_VERSION similar to snapshot 2021-11-16 14:59:37 -05:00
web Set to never timeout while generating video 2021-11-16 15:00:04 -05:00
.cirrus.yml CI: Enable Werror for FreeBSD and Xenial builds 2021-05-01 00:12:45 +02:00
.dockerignore Improve Docker build; reduce image size & layer count 2016-06-02 10:51:41 +10:00
.eslintignore More eslint fixes; eslint in php; add eslint to travis (#2419) 2019-01-19 10:32:40 -05:00
.eslintrc.js enable EcmaScript 6 to allow for-of loops 2020-08-02 14:59:29 -05:00
.git-blame-ignore-revs git: Add .git-blame-ignore-revs file and add previous CMake cleanup commit to it 2021-02-04 22:12:09 +01:00
.gitignore build: Store all generated sources in CMAKE_BINARY_DIR 2021-04-11 01:28:23 +02:00
.gitlab-ci.yml Attempting to build the lastest tag instead of a hard-coded one 2021-09-04 10:11:06 -04:00
.gitmodules Remove jwt-cpp as a submodule 2021-03-25 13:52:57 -04:00
.travis.yml Debian builds have been moved to dedicated build host 2021-01-05 13:44:43 -06:00
CHANGELOG.md spelling fixes 2016-12-29 10:31:05 +01:00
CMakeLists.txt Allow cakephp cache engine to be set during build 2021-06-18 15:29:54 -05:00
CONTRIBUTING.md Create CONTRIBUTING.md 2015-09-21 08:52:32 -05:00
COPYING update gpl 2 statement 2016-12-26 09:08:08 -06:00
LICENSE Copied COPYING to LICENSE 2013-04-12 19:11:17 -04:00
README.md Fixed issue #3338 2021-09-08 13:58:51 -04:00
SECURITY.md Create SECURITY.md 2020-05-06 20:48:10 -04:00
cmakecacheimport.sh Support SSL for mysql connections (#1965) 2017-08-14 10:30:42 -04:00
code_of_conduct.md set email address to send complaints to 2017-06-06 16:03:10 -04:00
version Bump version to 1.36.10 2021-10-25 17:05:06 -04:00
zm.conf.in Support SSL for mysql connections (#1965) 2017-08-14 10:30:42 -04:00
zmconfgen.pl.in build: Store all generated sources in CMAKE_BINARY_DIR 2021-04-11 01:28:23 +02:00
zmlinkcontent.sh.in Honor conf.d (zmlinkcontent.sh) 2020-11-12 01:32:15 +01:00
zoneminder-config.cmake Add HAVE_RTSP_SERVER 2020-12-09 15:04:05 -05:00

README.md

ZoneMinder

Build Status Bounty Source Join Slack IRC Network

All documentation for ZoneMinder is now online at https://zoneminder.readthedocs.org

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.

Contacting the Development Team

Before creating an issue in our github forum, please read our posting rules: https://github.com/ZoneMinder/ZoneMinder/wiki/Github-Posting-Rules

Our Dockerfile has moved

Please file issues against the ZoneMinder Dockerfile here: https://github.com/ZoneMinder/zmdockerfiles

Installation Methods

Install from a Package Repository

This is the recommended method to install ZoneMinder onto your system. ZoneMinder packages are maintained for the following distros:

If a repository that hosts ZoneMinder packages is not available for your distro, then you are encouraged to build your own package, rather than build from source. While each distro is different in ways that set it apart from all the others, they are often similar enough to allow you to adapt another distro's package building instructions to your own.

Building from Source is Discouraged

Historically, installing ZoneMinder onto your system required building from source code by issuing the traditional configure, make, make install commands. To get ZoneMinder to build, all of its dependencies had to be determined and installed beforehand. Init and logrotate scripts had to be manually copied into place following the build. Optional packages such as jscalendar and Cambozola had to be manually installed. Uninstalls could leave stale files around, which could cause problems during an upgrade. Speaking of upgrades, when it comes time to upgrade all these manual steps must be repeated again.

Better methods exist today that do much of this for you. The current development team, along with other volunteers, have taken great strides in providing the resources necessary to avoid building from source.

Building a ZoneMinder Package

Building ZoneMinder into a package is not any harder than building from source. As a matter of fact, if you have successfully built ZoneMinder from source in the past, then you may find these steps to be easier.

When building a package, it is best to do this work in a separate environment, dedicated to development purposes. This could be as simple as creating a virtual machine, using Docker, or using mock. All it takes is one “Oops” to regret doing this work on your production server.

Lastly, if you desire to build a development snapshot from the master branch, it is recommended you first build your package using an official release of ZoneMinder. This will help identify whether any problems you may encounter are caused by the build process or is a new issue in the master branch.

Please visit our ReadtheDocs site for distro specific instructions.

Package Maintainers

Many of the ZoneMinder configuration variable default values are not configurable at build time through autotools or cmake. A new tool called zmeditconfigdata.sh has been added to allow package maintainers to manipulate any variable stored in ConfigData.pm without patching the source.

For example, let's say I have created a new ZoneMinder package that contains the cambozola javascript file. However, by default cambozola support is turned off. To fix that, add this to the packaging script:

./utils/zmeditconfigdata.sh ZM_OPT_CAMBOZOLA yes

Note that zmeditconfigdata.sh is intended to be called, from the root build folder, prior to running cmake or configure.

Docker

Docker is a system to run applications inside isolated containers. ZoneMinder, and the ZM webserver, will run using the Dockerfile contained in this repository. However, there is still work needed to ensure that the main ZM features work properly and are documented.

Contribution Model and Development

Pull requests are very welcome! If you would like to contribute, please follow the following steps. While step 3 is optional, it is preferred.

  1. Fork the repo
  2. Open an issue at our GitHub Issues Tracker. Follow the issue template to describe the bug or security issue you found. Please note feature requests or questions should be posted in our user forum or Slack channel.
  3. Create your feature branch (git checkout -b 456-my-new-feature)
  4. Commit your changes (git commit -am 'Added some feature') It is preferred that you 'commit early and often' instead of bunching all changes into a single commit.
  5. Push your branch to your fork on github (git push origin 456-my-new-feature)
  6. Create new Pull Request
  7. The team will then review, discuss and hopefully merge your changes.

Analytics