<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cscm</id>
	<title>ZoneMinder Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.staging.zoneminder.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Cscm"/>
	<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/Special:Contributions/Cscm"/>
	<updated>2026-04-19T18:53:36Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.37.1</generator>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=FreevoPlugin&amp;diff=2641</id>
		<title>FreevoPlugin</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=FreevoPlugin&amp;diff=2641"/>
		<updated>2008-08-11T19:32:53Z</updated>

		<summary type="html">&lt;p&gt;Cscm: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Freevo ZoneMinder Plugin =&lt;br /&gt;
&lt;br /&gt;
A plugin to interface to some of the features of ZoneMinder with Freevo is available. This plugin support the fallowing features :&lt;br /&gt;
* Monitor Live Streaming &lt;br /&gt;
* Montage &lt;br /&gt;
* Browse events by monitor &lt;br /&gt;
* Browse events by time&lt;br /&gt;
&lt;br /&gt;
= Screenshots =&lt;br /&gt;
[[Image:Zoneminder_freevo_first_live_stream.jpg|250px]]&lt;br /&gt;
[[Image:Zoneminder_freevo_view_event.jpg|250px]]&lt;br /&gt;
[[Image:Zoneminder_freevo_montage.jpg|250px]]&lt;br /&gt;
&lt;br /&gt;
= Download =&lt;br /&gt;
&lt;br /&gt;
You can download the freevo plugin from the subversion repository :&lt;br /&gt;
&lt;br /&gt;
    svn co http://svn.csquad.org/zoneminder_freevo/ &lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
&lt;br /&gt;
Just copy the zoneminder.py file into /usr/lib/python2.5/site-packages/freevo/plugins (2.5 should be your current version of python) as root.&lt;br /&gt;
And install the MySQLdb python package on your system. (apt-get install python-mysqldb on Debian GNU/Linux).&lt;br /&gt;
Setup&lt;br /&gt;
&lt;br /&gt;
Put the fallowing line in the local_conf.py file :&lt;br /&gt;
&lt;br /&gt;
    plugin.activate(’zoneminder’, level=45)&lt;br /&gt;
    ZONEMINDER_CONFIG = ‘/etc/zm.conf’&lt;br /&gt;
    ZONEMINDER_EVENTS_DIR = ‘/var/www/events’&lt;br /&gt;
    ZONEMINDER_CLIENT_IPV4_ADDRESS = ‘’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_TYPE = ‘builtin’&lt;br /&gt;
    ZONEMINDER_SERVER_USERNAME = ‘admin’&lt;br /&gt;
    ZONEMINDER_SERVER_PASSWORD = ‘admin’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_RELAY = ‘hashed’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_HASH_SECRET = ‘’&lt;br /&gt;
    ZONEMINDER_SERVER_HOST = ‘localhost’&lt;br /&gt;
    ZONEMINDER_SERVER_PORT = ‘80′&lt;br /&gt;
    ZONEMINDER_SERVER_USE_SSL = False &lt;br /&gt;
&lt;br /&gt;
The file &amp;#039;&amp;#039;/etc/zm.conf&amp;#039;&amp;#039; must be readable by the &amp;#039;&amp;#039;freevo&amp;#039;&amp;#039; user:&lt;br /&gt;
 # id freevo&lt;br /&gt;
 uid=1003(freevo) gid=100(users) groups=100(users),24(cdrom),29(audio),44(video),46(plugdev)&lt;br /&gt;
 ls -l /etc/zm.conf&lt;br /&gt;
 -rw-rw---- 1 root users 1324 2008-08-04 01:21 /etc/zm.conf&lt;br /&gt;
&lt;br /&gt;
Now you can restart freevo and use the plugin. &lt;br /&gt;
&lt;br /&gt;
= Bug rapports and feature Requests =&lt;br /&gt;
&lt;br /&gt;
Feel free to report bugs and suggest new features to cscm at csquad dot org.&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=FreevoPlugin&amp;diff=2640</id>
		<title>FreevoPlugin</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=FreevoPlugin&amp;diff=2640"/>
		<updated>2008-08-11T19:30:05Z</updated>

		<summary type="html">&lt;p&gt;Cscm: /* Screenshots */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Freevo ZoneMinder Plugin =&lt;br /&gt;
&lt;br /&gt;
A plugin to interface to some of the features of ZoneMinder with Freevo is available. This plugin support the fallowing features :&lt;br /&gt;
* Monitor Live Streaming &lt;br /&gt;
* Montage &lt;br /&gt;
* Browse events by monitor &lt;br /&gt;
* Browse events by time&lt;br /&gt;
&lt;br /&gt;
= Screenshots =&lt;br /&gt;
[[Image:Zoneminder_freevo_first_live_stream.jpg]]&lt;br /&gt;
[[Image:Zoneminder_freevo_view_event.jpg]]&lt;br /&gt;
[[Image:Zoneminder_freevo_montage.jpg]]&lt;br /&gt;
&lt;br /&gt;
= Download =&lt;br /&gt;
&lt;br /&gt;
You can download the freevo plugin from the subversion repository :&lt;br /&gt;
&lt;br /&gt;
    svn co http://svn.csquad.org/zoneminder_freevo/ &lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
&lt;br /&gt;
Just copy the zoneminder.py file into /usr/lib/python2.5/site-packages/freevo/plugins (2.5 should be your current version of python) as root.&lt;br /&gt;
And install the MySQLdb python package on your system. (apt-get install python-mysqldb on Debian GNU/Linux).&lt;br /&gt;
Setup&lt;br /&gt;
&lt;br /&gt;
Put the fallowing line in the local_conf.py file :&lt;br /&gt;
&lt;br /&gt;
    plugin.activate(’zoneminder’, level=45)&lt;br /&gt;
    ZONEMINDER_CONFIG = ‘/etc/zm.conf’&lt;br /&gt;
    ZONEMINDER_EVENTS_DIR = ‘/var/www/events’&lt;br /&gt;
    ZONEMINDER_CLIENT_IPV4_ADDRESS = ‘’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_TYPE = ‘builtin’&lt;br /&gt;
    ZONEMINDER_SERVER_USERNAME = ‘admin’&lt;br /&gt;
    ZONEMINDER_SERVER_PASSWORD = ‘admin’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_RELAY = ‘hashed’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_HASH_SECRET = ‘’&lt;br /&gt;
    ZONEMINDER_SERVER_HOST = ‘localhost’&lt;br /&gt;
    ZONEMINDER_SERVER_PORT = ‘80′&lt;br /&gt;
    ZONEMINDER_SERVER_USE_SSL = False &lt;br /&gt;
&lt;br /&gt;
The file &amp;#039;&amp;#039;/etc/zm.conf&amp;#039;&amp;#039; must be readable by the &amp;#039;&amp;#039;freevo&amp;#039;&amp;#039; user:&lt;br /&gt;
 # id freevo&lt;br /&gt;
 uid=1003(freevo) gid=100(users) groups=100(users),24(cdrom),29(audio),44(video),46(plugdev)&lt;br /&gt;
 ls -l /etc/zm.conf&lt;br /&gt;
 -rw-rw---- 1 root users 1324 2008-08-04 01:21 /etc/zm.conf&lt;br /&gt;
&lt;br /&gt;
Now you can restart freevo and use the plugin. &lt;br /&gt;
&lt;br /&gt;
= Bug rapports and feature Requests =&lt;br /&gt;
&lt;br /&gt;
Feel free to report bugs and suggest new features to cscm at csquad dot org.&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_freevo_view_event.jpg&amp;diff=2639</id>
		<title>File:Zoneminder freevo view event.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_freevo_view_event.jpg&amp;diff=2639"/>
		<updated>2008-08-11T19:27:14Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_freevo_montage.jpg&amp;diff=2638</id>
		<title>File:Zoneminder freevo montage.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_freevo_montage.jpg&amp;diff=2638"/>
		<updated>2008-08-11T19:25:58Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_freevo_first_live_stream.jpg&amp;diff=2637</id>
		<title>File:Zoneminder freevo first live stream.jpg</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_freevo_first_live_stream.jpg&amp;diff=2637"/>
		<updated>2008-08-11T19:24:54Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Utilities&amp;diff=2636</id>
		<title>Utilities</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Utilities&amp;diff=2636"/>
		<updated>2008-08-11T19:21:24Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.zoneminder.com/forums/viewtopic.php?t=6419 jpeg SIMD]&lt;br /&gt;
&lt;br /&gt;
[[zms-inetd]] -- Inetd-wrapper for ZMS (Zoneminder Streaming Server), makes ZMS work &amp;quot;standalone&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[ZM4MS]]&amp;lt;br&amp;gt; - Complete Windows GUI frontend for ZM (requires ZM!) (Please feel free to add to this anyone![James])&lt;br /&gt;
&lt;br /&gt;
[[zm4ms playback|ZM4MS playback with Mandriva 2006 livecd]]&lt;br /&gt;
&lt;br /&gt;
[[xlib_shm]] - allows you to view live streams from zm on local machine with low cpu usage&lt;br /&gt;
&lt;br /&gt;
[[zmxap]] - an xAP connector (to/from home automation applications)&lt;br /&gt;
&lt;br /&gt;
[[voronwe ZM Frontend]] - Alternate web front end, with enhanced cron/calender integration.&lt;br /&gt;
&lt;br /&gt;
[[ICamViewProxy]] - C++ application to provide a proxy between ICamView and ZoneMinder, portable C++, Windows, Linux, Mac etc...&lt;br /&gt;
&lt;br /&gt;
[[ICamviewRelay]] - a small app that allows the ICamview to be used with ZM&lt;br /&gt;
&lt;br /&gt;
[http://www.caspur.it/~guerri/zoneminder.html intellinet550-relay] - a small daemon that allows old Intellinet IP cameras (550550) to be used with ZM. It can also be used to improve frame rate for new (550710) Intellinet IP camera model.&lt;br /&gt;
&lt;br /&gt;
[[ViewMAX]] - a quasi-branch of ZoneMinder, new interface and some added/modified functions&lt;br /&gt;
&lt;br /&gt;
[http://www.mythtv.org/wiki/index.php/MythZoneMinder MythZoneMinder] - a ZoneMinder plugin for MythTV to enable viewing ZM status, monitors, and events.&lt;br /&gt;
&lt;br /&gt;
[[Vpipe]] - how to get mpeg4 (and any other non-mjpeg) ip cam working with ZoneMinder&lt;br /&gt;
&lt;br /&gt;
[[MuninPlugins]] - Munin plugins, in order to monitor your CCTV system.&lt;br /&gt;
&lt;br /&gt;
[[FreevoPlugin]] - a ZoneMinder plugin for [http://freevo.sourceforge.net/ Freevo] to enable viewing live streams and events.&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=FreevoPlugin&amp;diff=2635</id>
		<title>FreevoPlugin</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=FreevoPlugin&amp;diff=2635"/>
		<updated>2008-08-11T19:18:41Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Freevo ZoneMinder Plugin =&lt;br /&gt;
&lt;br /&gt;
A plugin to interface to some of the features of ZoneMinder with Freevo is available. This plugin support the fallowing features :&lt;br /&gt;
* Monitor Live Streaming &lt;br /&gt;
* Montage &lt;br /&gt;
* Browse events by monitor &lt;br /&gt;
* Browse events by time&lt;br /&gt;
&lt;br /&gt;
= Screenshots =&lt;br /&gt;
&lt;br /&gt;
= Download =&lt;br /&gt;
&lt;br /&gt;
You can download the freevo plugin from the subversion repository :&lt;br /&gt;
&lt;br /&gt;
    svn co http://svn.csquad.org/zoneminder_freevo/ &lt;br /&gt;
&lt;br /&gt;
= Install =&lt;br /&gt;
&lt;br /&gt;
Just copy the zoneminder.py file into /usr/lib/python2.5/site-packages/freevo/plugins (2.5 should be your current version of python) as root.&lt;br /&gt;
And install the MySQLdb python package on your system. (apt-get install python-mysqldb on Debian GNU/Linux).&lt;br /&gt;
Setup&lt;br /&gt;
&lt;br /&gt;
Put the fallowing line in the local_conf.py file :&lt;br /&gt;
&lt;br /&gt;
    plugin.activate(’zoneminder’, level=45)&lt;br /&gt;
    ZONEMINDER_CONFIG = ‘/etc/zm.conf’&lt;br /&gt;
    ZONEMINDER_EVENTS_DIR = ‘/var/www/events’&lt;br /&gt;
    ZONEMINDER_CLIENT_IPV4_ADDRESS = ‘’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_TYPE = ‘builtin’&lt;br /&gt;
    ZONEMINDER_SERVER_USERNAME = ‘admin’&lt;br /&gt;
    ZONEMINDER_SERVER_PASSWORD = ‘admin’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_RELAY = ‘hashed’&lt;br /&gt;
    ZONEMINDER_SERVER_AUTH_HASH_SECRET = ‘’&lt;br /&gt;
    ZONEMINDER_SERVER_HOST = ‘localhost’&lt;br /&gt;
    ZONEMINDER_SERVER_PORT = ‘80′&lt;br /&gt;
    ZONEMINDER_SERVER_USE_SSL = False &lt;br /&gt;
&lt;br /&gt;
The file &amp;#039;&amp;#039;/etc/zm.conf&amp;#039;&amp;#039; must be readable by the &amp;#039;&amp;#039;freevo&amp;#039;&amp;#039; user:&lt;br /&gt;
 # id freevo&lt;br /&gt;
 uid=1003(freevo) gid=100(users) groups=100(users),24(cdrom),29(audio),44(video),46(plugdev)&lt;br /&gt;
 ls -l /etc/zm.conf&lt;br /&gt;
 -rw-rw---- 1 root users 1324 2008-08-04 01:21 /etc/zm.conf&lt;br /&gt;
&lt;br /&gt;
Now you can restart freevo and use the plugin. &lt;br /&gt;
&lt;br /&gt;
= Bug rapports and feature Requests =&lt;br /&gt;
&lt;br /&gt;
Feel free to report bugs and suggest new features to cscm at csquad dot org.&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=User:Cscm&amp;diff=2633</id>
		<title>User:Cscm</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=User:Cscm&amp;diff=2633"/>
		<updated>2008-08-08T10:07:25Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Cscm ==&lt;br /&gt;
&lt;br /&gt;
Aka Chirstophe Nowicki, [http://www.csquad.org Personal Website]&lt;br /&gt;
&lt;br /&gt;
I live in Paris and work for an IT services company specializing in free softwares : [http://www.easter-eggs.com Easter-eggs]&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Utilities&amp;diff=2632</id>
		<title>Utilities</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Utilities&amp;diff=2632"/>
		<updated>2008-08-08T10:01:34Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.zoneminder.com/forums/viewtopic.php?t=6419 jpeg SIMD]&lt;br /&gt;
&lt;br /&gt;
[[zms-inetd]] -- Inetd-wrapper for ZMS (Zoneminder Streaming Server), makes ZMS work &amp;quot;standalone&amp;quot;&lt;br /&gt;
&lt;br /&gt;
[[ZM4MS]]&amp;lt;br&amp;gt; - Complete Windows GUI frontend for ZM (requires ZM!) (Please feel free to add to this anyone![James])&lt;br /&gt;
&lt;br /&gt;
[[zm4ms playback|ZM4MS playback with Mandriva 2006 livecd]]&lt;br /&gt;
&lt;br /&gt;
[[xlib_shm]] - allows you to view live streams from zm on local machine with low cpu usage&lt;br /&gt;
&lt;br /&gt;
[[zmxap]] - an xAP connector (to/from home automation applications)&lt;br /&gt;
&lt;br /&gt;
[[voronwe ZM Frontend]] - Alternate web front end, with enhanced cron/calender integration.&lt;br /&gt;
&lt;br /&gt;
[[ICamViewProxy]] - C++ application to provide a proxy between ICamView and ZoneMinder, portable C++, Windows, Linux, Mac etc...&lt;br /&gt;
&lt;br /&gt;
[[ICamviewRelay]] - a small app that allows the ICamview to be used with ZM&lt;br /&gt;
&lt;br /&gt;
[http://www.caspur.it/~guerri/zoneminder.html intellinet550-relay] - a small daemon that allows old Intellinet IP cameras (550550) to be used with ZM. It can also be used to improve frame rate for new (550710) Intellinet IP camera model.&lt;br /&gt;
&lt;br /&gt;
[[ViewMAX]] - a quasi-branch of ZoneMinder, new interface and some added/modified functions&lt;br /&gt;
&lt;br /&gt;
[http://www.mythtv.org/wiki/index.php/MythZoneMinder MythZoneMinder] - a ZoneMinder plugin for MythTV to enable viewing ZM status, monitors, and events.&lt;br /&gt;
&lt;br /&gt;
[[Vpipe]] - how to get mpeg4 (and any other non-mjpeg) ip cam working with ZoneMinder&lt;br /&gt;
&lt;br /&gt;
[[MuninPlugins]] - Munin plugins, in order to monitor your CCTV system.&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=MuninPlugins&amp;diff=2631</id>
		<title>MuninPlugins</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=MuninPlugins&amp;diff=2631"/>
		<updated>2008-08-08T10:00:06Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Zoneminder plugins for Munin==&lt;br /&gt;
&lt;br /&gt;
== About Munin ==&lt;br /&gt;
&lt;br /&gt;
Munin the monitoring tool surveys all your computers and remembers what it saw. &lt;br /&gt;
It presents all the information in graphs through a web interface.&lt;br /&gt;
&lt;br /&gt;
[[Image:Zoneminder_munin_events-day.png]]&lt;br /&gt;
&lt;br /&gt;
== Available plugins ==&lt;br /&gt;
Theses plugins are available :&lt;br /&gt;
&lt;br /&gt;
; zm_events : get the number of events catched by monitors ;&lt;br /&gt;
; zm_fps : get the number of frames per seconds ;&lt;br /&gt;
; zm_hourly_events : get the number of events per hours.&lt;br /&gt;
&lt;br /&gt;
== Download ==&lt;br /&gt;
&lt;br /&gt;
You can download theses plugins from the subversion repository :&lt;br /&gt;
&lt;br /&gt;
svn co http://svn.csquad.org/zoneminder_munin/&lt;br /&gt;
&lt;br /&gt;
== Bug rapports and feature Requests ==&lt;br /&gt;
&lt;br /&gt;
Feel free to report bugs and suggest new graphs to cscm at csquad dot org.&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_munin_events-day.png&amp;diff=2630</id>
		<title>File:Zoneminder munin events-day.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=File:Zoneminder_munin_events-day.png&amp;diff=2630"/>
		<updated>2008-08-08T09:58:01Z</updated>

		<summary type="html">&lt;p&gt;Cscm: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
	<entry>
		<id>http://wiki.staging.zoneminder.com/index.php?title=Debian&amp;diff=2407</id>
		<title>Debian</title>
		<link rel="alternate" type="text/html" href="http://wiki.staging.zoneminder.com/index.php?title=Debian&amp;diff=2407"/>
		<updated>2008-02-25T19:51:48Z</updated>

		<summary type="html">&lt;p&gt;Cscm: /* Installation Guides */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://www.debian.org/ Debian GNU/Linux] is a free operating system with a focus on stability. It&amp;#039;s based on a sophisticated package management system that lets you choose from three releases of varying stability. The software packages included in the &amp;#039;&amp;#039;stable&amp;#039;&amp;#039; release have been tested thoroughly and are ideal for a server environment, whereas &amp;#039;&amp;#039;testing&amp;#039;&amp;#039; and &amp;#039;&amp;#039;unstable&amp;#039;&amp;#039; releases have more recent versions of software which usually contain some bugs. Ironically, Debian&amp;#039;s &amp;#039;&amp;#039;unstable&amp;#039;&amp;#039; release is often more stable than many other distributions&amp;#039; final releases.&lt;br /&gt;
&lt;br /&gt;
==Installation Guides==&lt;br /&gt;
&lt;br /&gt;
Zoneminder is now in Debian &amp;quot;unstable&amp;quot; (as of 2007-03-12) so you should be able to just &amp;quot;apt-get install zoneminder&amp;quot; if you include&lt;br /&gt;
&amp;quot;unstable&amp;quot; packages. Alternately:&lt;br /&gt;
&lt;br /&gt;
*[[Debian 3.1 install|Debian 3.1 + Zoneminder 1.22.x]] Installation Guide (ZM from source - without ffmpeg) using &amp;#039;&amp;#039;stable&amp;#039;&amp;#039; packages&lt;br /&gt;
&lt;br /&gt;
*[http://www.zoneminder.com/fileadmin/downloads/ZoneMinder_install.doc Debian + ZM] Installation Guide (using a [http://www.spic.net/zoneminder/ debian ZM package] requiring &amp;#039;&amp;#039;unstable&amp;#039;&amp;#039; ffmpeg/libavcodec2/liblame0)&lt;br /&gt;
&lt;br /&gt;
*[[Debian Etch]] The above are outdated&lt;br /&gt;
&lt;br /&gt;
*[http://www.csquad.org/cocoon/tags/public/zoneminder/zoneminder.html Debian Etch + ZoneMinder 1.23.x in French] Installation Guide for Debian in French.&lt;br /&gt;
&lt;br /&gt;
==Installation Notes==&lt;br /&gt;
[[Debian init.d|/etc/init.d/zm script]] - slightly modified from the original to correctly echo output on debian&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5391&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6215&lt;br /&gt;
&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=5892&lt;br /&gt;
&lt;br /&gt;
:./configure --with-mysql=/usr &lt;br /&gt;
:--with-webdir=/var/www/zm &lt;br /&gt;
:--with-cgidir=/var/www/cgi-bin --sysconfdir=/etc&lt;br /&gt;
:--with-ffmpeg=/usr/local&lt;br /&gt;
:--with-webuser=www-data &lt;br /&gt;
:--with-webgroup=www-data CPPFLAGS=&amp;quot;-I /usr/local/ssl/include -I /usr/local/lib&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Additional Notes ==&lt;br /&gt;
http://www.zoneminder.com/forums/viewtopic.php?t=6261&lt;/div&gt;</summary>
		<author><name>Cscm</name></author>
	</entry>
</feed>