[Resolved] freevo -> ZoneMinder probs
Posted: Wed Sep 23, 2009 10:03 am
Hi all,
I freevo on one machine and another on ZoneMinder all with debian-linux. I want to see the video output on freevo.
Freevo machine = 192.168.0.44
ZoneMinder machine = 192.168.0.45
my params :
error output :
I've befor : apt-get install python-mysqldb
why this problem?
Someone an idea?
Thank you all.....
I freevo on one machine and another on ZoneMinder all with debian-linux. I want to see the video output on freevo.
Freevo machine = 192.168.0.44
ZoneMinder machine = 192.168.0.45
my params :
Code: Select all
### === Begin ZM
plugin.activate('zoneminder', level=70)
ZONEMINDER_CONFIG = '/mnt/dns/usr/local/etc/zm.conf' # ( with sshf....)
ZONEMINDER_EVENTS_DIR = '/mnt/dns/var/www/zm/events/'
ZONEMINDER_CLIENT_IPV4_ADDRESS = None
ZONEMINDER_SERVER_AUTH_TYPE = 'builtin'
ZONEMINDER_SERVER_USERNAME = 'toto'
ZONEMINDER_SERVER_PASSWORD = 'toto'
ZONEMINDER_SERVER_AUTH_RELAY = 'hashed'
ZONEMINDER_SERVER_AUTH_HASH_SECRET = ''
ZONEMINDER_SERVER_HOST = '192.168.0.45' # (ZM machine)
ZONEMINDER_SERVER_PORT = '80'
ZONEMINDER_SERVER_USE_SSL = False
ZONEMINDER_SERVER_SSL_KEY = None
ZONEMINDER_SERVER_SSL_CERT = None
### === End ZM
Code: Select all
plugin zoneminder deactivated, reason: mysql error 2002:Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2)
why this problem?
Someone an idea?
Thank you all.....