Sunteți pe pagina 1din 3

Type your search here...

Pgina principal
Zoneminder
Posted by Victor Garcia | Posted on 14:55
ZONEMINDER (Reqisitos Pre!ios"
IN#$%&%'ION DE& %P%'(E)* P(P5y M+#,&
- Instalar apache2, php5 ffmpeg y mysql
# aptitude install apache2 php5 mysql-server phpmyadmin ffmpeg
- enlazar apache con PHP5
#cd /etc/apache2/mods-enabled
# ln -s /etc/apache2/mods-available/php5.load
- Enlazar a phpmyadmin con apache
# cd /var/www/
#ln -s /usr/share/phpmyadmin
- Creas un archivo de prueba
#vim /var/www/testphp.php
- agregas la siguiente linea dentro del archivo

- abres el archivo de configuracion de apache y designas el servidor que debe atender las
peticones
#vim /etc/apache2/apache2.conf
- Agregas la siguiente linea al principio del archivo abierto
servername 127.0.0.1

- Reinicias el apache y el navegador
#/etc/init.d/apache2 restart
- garantizas el acceso de zoneminder a mysql
# mysql mysql -p
mysql> grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by
'zmpass';
mysql> quit
# mysqladmin reload
IN#$%&%'ION DE& ZONEMINDER
- agregar a los repositorios la opcion de unstable.
#vim /etc/apt/sources.list

#repositorios unstable
deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
deb-src http://ftp.us.debian.org/debian/ unstable main
- Crear el archivo de APT que permita trabajar mesclados testing/unstable
#vim /etc/apt.conf
- Agregar las siguientes lineas al archivo anterior, las cuales hacen preferible a testing
ante unstable
APT::Default-Release "lenny";
- Actualizar los repositorios
# aptitude update
- Instalar zoneminder desde unstable

# aptitude install -t unstable zoneminder
- Mover zoneminder al servidor web
# cd /usr/share/
#mv /usr/share/zoneminder /var/www
#ln -s /var/www/zoneminder/ zoneminder
- comentar o elimina las lineas unstable en los repositorio
#vim /etc/apt/sources.list

#repositorios unstable
#deb http://ftp.us.debian.org/debian/ unstable main contrib non-free
#deb-src http://ftp.us.debian.org/debian/ unstable main
- Elimina la linea de prioridad de repositorios
#vim /etc/apt.conf
APT::Default-Release "lenny"; (eliminar)
- Actualizar los repositorios
# aptitude update
USUARIOS EN
LINEA
1 on-ine
REGGAECARACAS
'anci.n acta-: &oadin/ 000
1110re//aecaracas0co2
SOBRE MI
Victor Garcia
Ver todo 2i 3er4i-
SEGUIDORES
Google Friend Connect
Miembros (12)
Ya eres miembro? Iniciar sesin
POSTS
)516 ()"
)51) (6"
)511 (7"
)515 (14"
)558 (11"
no!ie2bre (1"
octbre (4"
se3tie2bre (6"
Zone2inder
'o23i9:;sion
#cri3t Para Rotacion de
Panta--a
abri- ()"
2ar9o (1"
#e <a 3rodcido n error en este
/ad/et0
TRADUCTOR
TU CONEXIN
GNU/LINUX
Pgina principal
El Blog de Victor: Zoneminder http://garciavictor.blogspot.com/2009/09/zoneminder.html
1 de 3 19/02/2014 10:27 p.m.
- LISTO...!!! ya tienens zoneminder ahora desde el navegador
http://localhost/zoneminder
'ON;IG=R%R ZONEMINDER
- para dar acceso a los devices en /dev/videoX
#chmod 4755 /usr/bin/zmfix
- ir a sistema>administracion>usuarios y grupos
- ir a la ficha de grupos
-seleccionar la casilla "mostrar todos los usuarios y grupos"
- ubicar el grupo video
- aadir el usuario www-data
- para ver videos streaming desde jpeg
- Descargar cambozola desde http://www.charliemouse.com/code/cambozola/
- descomprimir el archivo
- copiar el archivo cambozola.jar al directorio de zoneminder
cp /ruta/del/archivo/cambozola-0.68/dist/cambozola.jar /var/www/zoneminder/.
- para ver dar acceso a las fotos guardadas
- Eliminar los enlaces actuales
# rm /var/www/zoneminder/images
#rm /var/www/zoneminder/events
- Crear los nuevos enlaces
# cd /var/www/zoneminder
#ln -s /ruta/donde/quieres/las/imagenes images
#ln -s /ruta/donde/quieres/los/eventos events
- Dar los permisos
#chmod -R 777 ruta/donde/creaste/las/carpetas
- Firefox viendo multiples camaras
- en la barra de URL escribir about:config
- edite los sgtes parametros:
network.http.max-connections-per-server de 8 para 32
network.http.max-persistent-connections-per-server de 2 para 32
- para evitar que se llene el disco interminablemente
- en la pantalla inicial de consola escoger cualquier enlace de eventos
(hour,day,week,month, etc)
- escoger el enlace de Show Filter Window en la parte superior
- escoger en la lista despelegable superior "choose filter" la opcion "purgewhenfull"
- adicionalmente seleccionar la opcion que desea tomar cuando este al porcentaje deseado.
(delete, execute,create, etc)
- Arreglar el enlace hasta cgi-bin (para poder ver la imagen de las camaras)
- entrar en la carpeta de los archivos de zoneminder
#cd /var/www/zoneminder
- remover el enlace actual al cgi-bin
#rm cgi-bin
- Crear el nuevo enlace
#ln -s /usr/lib/cgi-bin/ /var/www/zoneminder/
- Configurar la ruta en la seccion de opciones de la consola de zoneminder
ir a la ficha "enlaces" y la opcion ZM_PATH_ZMS debe quedar con la ruta /cgi-bin/zms
'ON;IG=R%NDO &%# OP'IONE#
- En la ficha SYSTEM:
ZM_LANG_DEFAULT Default language used by web interface (?)=es_ar
ZM_OPT_USE_AUTH Authenticate user logins to ZoneMinder (?)=marcado
ZM_AUTH_TYPE What is used to authenticate ZoneMinder users (?) = builtin
ZM_AUTH_RELAY Method used to relay authentication information (?)= plain
- El user y passw iniciales son admin/admin respectivamente
- Despues de reiniciar crear las cuentas de usuarios en la ficha "users"
- En la ficha PATH:
ZM_DIR_EVENTS Directory where events are stored (?) = events
ZM_DIR_IMAGES Directory where the images that the ZoneMinder client generates are stored
(?) =images
ZM_PATH_ZMS Web path to zms streaming server (?)=/cgi-bin/zms

- En la ficha WEB:
ZM_WEB_RESIZE_CONSOLE Should the console window resize itself to fit (?) = no marcado
- En la ficha IMAGES:
ZM_OPT_CAMBOZOLA Is the (optional) cambozola java streaming client installed = marcado
ZM_PATH_CAMBOZOLA Web path to (optional) cambozola java streaming client = cambozola.jar
(donde fue descaragdo anteriormente)
ZM_OPT_MPEG Is there an (optional) mpeg video encoder installed (?) = marcado ffmpeg
'a2aras 3ara 2onitorear
- DLINK DCS-900
Source Type: Remote
Remote Host Name: IP Address of Camera
Remote Host Port: 80 (Default)
Remote Host Path: /VIDEO.CGI
Con la ultima version de la DCS-900 "B" se requiere un paso adicional de configuracion en
la seccion "Opciones > Red"
ZM_NETCAM_REGEXPS Value = (no-marcado)
Reacciones:
Comments (0)
YOUR ADS
GOOGLE+
FOLLOWERS
MI LISTA DE
BLOGS
ENLACES
'N$I
Debian >i?i
Debian:%rt
Gno2e:&oo?
(o1to;or/e Debian
P-aneta-in@
Re//ae'aracas
=n3-/AVE
>i?i 'anai2a
0
LECTURAS
TRAFICO EN VIVO
B %-- Ri/<ts Reser!ed0 E- C-o/ de Victor
$<e2e by : P(P >eb (ostin/ | 'on!erted into C-o//er $e23-ates by $<e2e 'ra4t | ;a-con (i!e
El Blog de Victor: Zoneminder http://garciavictor.blogspot.com/2009/09/zoneminder.html
2 de 3 19/02/2014 10:27 p.m.
Entrada ms reciente Entrada antigua
Publicar un comentario en la entrada
Comentar como:
Publicar

Enlaces a esta entrada
Crear un enlace
Suscribirse a: Enviar comentarios (Atom)
'on -a tecno-o/Da de C-o//er0
#e <a 3rodcido n error en este
/ad/et0
FLAG COUNTER
E
ADS 468X60PX
SOCIAL ICONS
FEATURED POSTS
Live Traffic Feed
Real-time view Menu
A visitor from
Barquisimeto, Lara
viewed "El Blog de
Victor: Zoneminder" 3
mins ago
A visitor from Venezuela
viewed "El Blog de
Victor: Fingerprint en
Debian (Squeeze)" 1 hr 11
mins ago
A visitor from Mexico,
Distrito Federal viewed
"El Blog de Victor: Squid3
en Debian Squeezy &
Wheezy" 1 hr 20 mins ago
A visitor from Mexico,
Distrito Federal viewed
"El Blog de Victor: Squid3
en Debian Squeezy &
Wheezy" 2 hrs 12 mins
ago
A visitor from Valencia,
Carabobo viewed "El
Blog de Victor:
TARJETAS KODICOM
8800 (bttv) +
ZONEMINDER" 2 hrs 34
mins ago
A visitor from Caracas,
Distrito Federal viewed
"El Blog de Victor: Xen +
Debian Wheezy" 4 hrs 27
mins ago
A visitor from Colombia
viewed "El Blog de
Victor: OTRS 3 en Debian
Squeeze desde los
paquetes fuentes" 4 hrs 30
mins ago
A visitor from Venezuela
viewed "El Blog de
Victor: Como Hacer un
Mirror de Debian" 4 hrs
46 mins ago
A visitor from Barcelona,
Cataluna viewed "El Blog
de Victor: FOG +
DEBIAN LENNY" 6 hrs
38 mins ago
A visitor from Madrid
viewed "El Blog de
Victor: Zoneminder" 7 hrs
3 mins ago
El Blog de Victor: Zoneminder http://garciavictor.blogspot.com/2009/09/zoneminder.html
3 de 3 19/02/2014 10:27 p.m.

S-ar putea să vă placă și