- Christophe Nowicki - http://www.csquad.org -
Zoneminder plugin for Freevo, first release
Posted By cscm On 4th August 2008 @ 00:29 In ZoneMinder | No Comments
I’ve wrote an [1] Zoneminder plugin for [2] Freevo.
The first release of the plugin support the fallowing features :
I’ve planned to add :
Please feel free to ask any other feature. Patches and bug reports are welcome
|
|
|
|
You can download the freevo plugin from the subversion [3] repository :
svn co http://svn.csquad.org/zoneminder_freevo/
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.
And install the MySQLdb python package on your system. (apt-get install python-mysqldb on Debian GNU/Linux).
Put the fallowing line in the local_conf.py file :
plugin.activate(’zoneminder’, level=45)
ZONEMINDER_CONFIG = ‘/etc/zm.conf’
ZONEMINDER_EVENTS_DIR = ‘/var/www/events’
ZONEMINDER_CLIENT_IPV4_ADDRESS = ‘’
ZONEMINDER_SERVER_AUTH_TYPE = ‘builtin’
ZONEMINDER_SERVER_USERNAME = ‘admin’
ZONEMINDER_SERVER_PASSWORD = ‘admin’
ZONEMINDER_SERVER_AUTH_RELAY = ‘hashed’
ZONEMINDER_SERVER_AUTH_HASH_SECRET = ‘’
ZONEMINDER_SERVER_HOST = ‘localhost’
ZONEMINDER_SERVER_PORT = ‘80′
ZONEMINDER_SERVER_USE_SSL = False
The file /etc/zm.conf must be readable by the freevo user.
# id freevo
uid=1003(freevo) gid=100(users) groups=100(users),24(cdrom),29(audio),44(video),46(plugdev)
ls -l /etc/zm.conf
-rw-rw—- 1 root users 1324 2008-08-04 01:21 /etc/zm.conf
Now you can restart freevo and use the plugin.
Article printed from Christophe Nowicki: http://www.csquad.org
URL to article: http://www.csquad.org/2008/08/04/zoneminder-plugin-for-freevo-first-release/
URLs in this post:
[1] Zoneminder: http://www.csquad.org/go.php?http://www.zoneminder.com/
[2] Freevo: http://www.csquad.org/go.php?http://freevo.sourceforge.net/
[3] repository: http://www.csquad.org/go.php?http://svn.csquad.org/zoneminder_freevo/
Click here to print.