Search found 15 matches

by rockmanchile
Mon Nov 23, 2009 10:45 pm
Forum: ZoneMinder 1.24.x
Topic: Install guide for ZONEMINDER over DEBIAN LENNY - SPANISH -
Replies: 9
Views: 6460

thanks ;)
by rockmanchile
Wed Oct 07, 2009 5:02 am
Forum: ZoneMinder 1.24.x
Topic: Install guide for ZONEMINDER over DEBIAN LENNY - SPANISH -
Replies: 9
Views: 6460

i just upload the guide in the wiki if any of you want to check it out:

http://www.zoneminder.com/wiki/index.php/Debian

cheers.

rockmanchile.
by rockmanchile
Tue Oct 06, 2009 3:41 am
Forum: ZoneMinder 1.24.x
Topic: Install guide for ZONEMINDER over DEBIAN LENNY - SPANISH -
Replies: 9
Views: 6460

no tuve ningun problema con las exportaciones, aunque no he probado aun con camaras IP.

Asumo que debe ser lo mismo por que la exportacion se hace a partir del evento que registra la camara, o sea, convierte los JPEG del evento a video.

Si pruebas dejanoslo saber!

Saludos.

Rockmanchile.
by rockmanchile
Wed Sep 02, 2009 3:32 am
Forum: ZoneMinder 1.24.x
Topic: Install guide for ZONEMINDER over DEBIAN LENNY - SPANISH -
Replies: 9
Views: 6460

:D
by rockmanchile
Sun Aug 02, 2009 7:13 am
Forum: ZoneMinder 1.24.x
Topic: how can i schedule the email notification?
Replies: 2
Views: 2002

daaaaa.... stupid question.... of course there it is...

sorry... its 3.00 AM here in Chile and im a little drunk... jajaja...

thanks !

rockmanchile.
by rockmanchile
Sun Aug 02, 2009 6:41 am
Forum: ZoneMinder 1.24.x
Topic: how can i schedule the email notification?
Replies: 2
Views: 2002

how can i schedule the email notification?

hi again !

how can i schedule the email notification?

i dont want that ZM sends email for every single event of the day. I just need to send the notification of those that happens at night, for instance between 19:00 PM hrs and 06:00 AM

Best regards.

Rockmanchile.
by rockmanchile
Wed Jul 29, 2009 1:34 am
Forum: ZoneMinder 1.24.x
Topic: Install guide for ZONEMINDER over DEBIAN LENNY - SPANISH -
Replies: 9
Views: 6460

thanks !
by rockmanchile
Sun Jun 21, 2009 7:43 pm
Forum: ZoneMinder 1.24.x
Topic: montage refresh
Replies: 0
Views: 1295

montage refresh

Hi again...

anyone know how can i set the refresh time for the montage view?

it work fine over firefox but sometimes the images freezes and i have to press F5 so they start playing again.

regards.

rockmanchile.
by rockmanchile
Sun Jun 21, 2009 2:59 pm
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 9.04 / ZM 1.24.1 - Apache Randomly Stops
Replies: 24
Views: 21336

i had a similar problem once..

try doing this:

edit the stream.php file in /var/www/zm/ajax and search for this line:

if ( $numSockets === false )

leave it like this:

if ( $numSockets === false || $numSockets < 1 )

restart Apache2.
by rockmanchile
Fri Jun 19, 2009 1:40 pm
Forum: ZoneMinder 1.24.x
Topic: /dev/video0 keeps resetting permissions
Replies: 6
Views: 5560

great !.... surely, there are many ways to solve this kind of issues... I just told you the first one that came my mind.

best regards.

rockmanchile
by rockmanchile
Fri Jun 19, 2009 2:23 am
Forum: ZoneMinder 1.24.x
Topic: /dev/video0 keeps resetting permissions
Replies: 6
Views: 5560

if you are using Debian (at least i do): nano /etc/rc.local add the following line : chmod 777 /dev/video0 reboot your machine. You can also make a new file, put the command in and make it executable: cd /etc/init.d nano script add : chmod 777 /dev/video0 Save and exit... chmod 775 script update-rc ...
by rockmanchile
Thu Jun 18, 2009 9:55 pm
Forum: ZoneMinder 1.24.x
Topic: /dev/video0 keeps resetting permissions
Replies: 6
Views: 5560

Why dont you added to rc.local ?
by rockmanchile
Thu Jun 18, 2009 4:52 pm
Forum: ZoneMinder 1.24.x
Topic: Install guide for ZONEMINDER over DEBIAN LENNY - SPANISH -
Replies: 9
Views: 6460

Install guide for ZONEMINDER over DEBIAN LENNY - SPANISH -

Hi all. I want to share with the comunity a liitle guide that i made to succesfully install a ZM Server over a Debian Lenny based machine. The guide is in spanish, but the Linux language is universal ! I will make an english copy soon. Hope you enjoy it! rockmanchile http://www.zenner.cl/Instalacion ...
by rockmanchile
Wed Jun 17, 2009 7:03 pm
Forum: ZoneMinder 1.24.x
Topic: video generation script
Replies: 3
Views: 2527

This is wath i get when i try to generate a video: video-vigilancia:/var/www/zm/events/4/2214# ffmpeg -i *.jpg output.mpeg FFmpeg version r11872+debian_0.svn20080206-17+lenny1, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-libfaad --enable-pp --enable-swscaler ...
by rockmanchile
Wed Jun 17, 2009 1:04 am
Forum: ZoneMinder 1.24.x
Topic: video generation script
Replies: 3
Views: 2527

video generation script

Hi all.. Im writing a little program to burn DVD`s over the web interface of ZM so the user can make bakcups of the alarms and events. The thing is that i need to make a little script that can automatically converts the large number of jpegs images into an MPG or AVI video (just like ZM does from ...