Search found 71 matches

by nightcrawler
Mon Sep 26, 2011 8:15 pm
Forum: User Contributions
Topic: Daily alarm events video script
Replies: 24
Views: 19027

Re: Daily alarm events video script

I've got one small problem with my own script. and I hope that someone of you can help me with it: I use the common linux FIND and SORT commands to make an sorted event list. find $eventsFolder${cameraList[$i]} -follow -mtime -1 -name \*capture.jpg > /tmp/alarmvideos/${cameraList[$i]}.list I have to...
by nightcrawler
Mon Sep 26, 2011 8:03 pm
Forum: User Contributions
Topic: Daily alarm events video script
Replies: 24
Views: 19027

Daily alarm events video script

I found an script for making an video file out off JPEG files. This script makes an video file from every event within the last 24 hours. it's sorted by monitor name and offcourse also by time. It's original is not from me but I alter it for zoneminder 1.25.0 and Ubuntu 11 server. So here's and smal...
by nightcrawler
Mon Sep 26, 2011 7:37 pm
Forum: ZoneMinder 1.24.x
Topic: (Solved) Cannot connect to ZM desktop from another pc
Replies: 9
Views: 3436

Re: Cannot connect to ZM desktop from another pc

did you use /zm/ in your url? else you will enter the "root" of your apache webserver and you will get the default message" IT WORKS". so use: http:// yourdomain .com/ zm /index.php or http:// youriphere / zm /index.php and admin logon is: admin/admin (nice short graphical manual...
by nightcrawler
Sun Sep 25, 2011 11:41 am
Forum: ZoneMinder 1.25.x
Topic: mmap
Replies: 6
Views: 4333

Re: mmap

Mmap is more flexible than the fixed shared memory method. But in the end it's the same RAM memory that you will use. The nice part from MMAP is that it only takes the memory that's needed for your actual config. so it don't has useless free spaces. The downside of MMAP is that when you change an se...
by nightcrawler
Wed Sep 21, 2011 7:42 am
Forum: ZoneMinder 1.25.x
Topic: mmap
Replies: 6
Views: 4333

Re: mmap

If you looking for /dev/shm and if it's not there you likely do not have an shared memmory map. /shm is the default for many linux distro's with mmap but it's possible to set it to another mount path. in my post i wrote: Mapped memory allows you to use a special type of file as the placeholder for y...
by nightcrawler
Tue Sep 20, 2011 8:07 pm
Forum: ZoneMinder 1.25.x
Topic: mmap
Replies: 6
Views: 4333

Re: mmap

Marculin,

please first do an search in the famus ZM wiki and google "linux mmap howto" or atleast read the last post from 1 week ago:
http://www.zoneminder.com/forums/viewto ... 29&t=18238

If anserd an simular question there how to increase your mmap / shared memory.
by nightcrawler
Sat Sep 17, 2011 8:56 pm
Forum: ZoneMinder 1.25.x
Topic: How to change mapped memory?
Replies: 5
Views: 5358

Re: How to change mapped memory?

gmar, Mapped memory allows you to use a special type of file as the placeholder for your memory and this file is "mapped" into memory space for easy and fast access. To enable mapped memory in Zoneminder you need to add the --enable--mmap=yes switch to your configure line. IE: etc/zm/zm.co...
by nightcrawler
Sat Sep 17, 2011 11:36 am
Forum: ZoneMinder Translations
Topic: translation bug in Dutch
Replies: 2
Views: 32586

Re: translation bug in Dutch

Updated file. correction on error in version 1.10. (i've did an PHP correction on some lines. ) the new file is working @ zoneminder 1.25.0! And I've also made some improvements on a few strings. new version (1.2) is in the attachment. nl_nl DUTCH ZM 1.25.0.zip (unzip and place in the zm/lang/ direc...
by nightcrawler
Fri Sep 16, 2011 6:25 pm
Forum: ZoneMinder Translations
Topic: translation bug in Dutch
Replies: 2
Views: 32586

Re: translation bug in Dutch

this bug is stil active in the 1.25 version. and it very confusing because enabled/disabled translation is switched. New language file uploaded with LOTS OF corrections and supplements! nl_nl_125.rar :?: (I get an blank webpage when i'm using it in zm 1.25..so maybe its and error. but I can't find P...
by nightcrawler
Sun Sep 04, 2011 8:33 pm
Forum: ZoneMinder 1.25.x
Topic: Video Storage Possible?
Replies: 6
Views: 5217

Re: Video Storage Possible?

yes it's posible. take a look here: it's from an other forumboard (homeseer), for home domotica software. 2 members here, ZEN en Pete made an 24H alarm script. that generates an video of all events in the last 24 hour. works well and you probably can alter it in an 1-hour or event trigger video scri...
by nightcrawler
Wed Aug 31, 2011 1:04 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 63634

Re: ZoneMinder 1.25.0 - preview

guys, post dropped. it's an user-error from me. didn't updated the perl cpan at the right way.. (it couldn't find an host for updating) so that caused an error in the ./configure and make commands. It's running fine now! P.S. who can update apt-get repository's there is only an 1.24.2 version at the...