Search found 13 matches

by humbytheory
Fri Mar 16, 2012 10:52 pm
Forum: ZoneMinder 1.25.x
Topic: Zoneminder and other DVR output
Replies: 4
Views: 3871

Re: Zoneminder and other DVR output

Hey fjenou, what's the DVR you're using?
by humbytheory
Sat Jan 07, 2012 1:45 am
Forum: ZoneMinder 1.24.x
Topic: Montage issues.
Replies: 7
Views: 4748

Re: Montage issues.

Sure just make sure that you have it installed. There should be something in the box for PATH_CAMBOZOLA. Click on the question mark for instructions on where to download it and how to install ( http://www.charliemouse.com:8080/code/cambozola/cambozola-latest.tar.gz ) In short you just need to have ...
by humbytheory
Fri Jan 06, 2012 11:49 pm
Forum: ZoneMinder 1.24.x
Topic: Montage issues.
Replies: 7
Views: 4748

Re: Montage issues.

Are you folks using cambozola ?

Options -> Images -> OPT_CAMBOZOLA
Options -> Images -> PATH_CAMBOZOLA
by humbytheory
Wed Jan 04, 2012 10:43 pm
Forum: ZoneMinder 1.25.x
Topic: Can I run ZM on Openmediavault server
Replies: 2
Views: 5133

Re: Can I run ZM on Openmediavault server

I don't have any experience with Openmediavault but I do run ZM on Arch linux with no gui.

ZM is pretty much a bunch of php, perl scripts and a handful of binaries. There is no need to have an X server installed. It is all controlled via the web interface (and the command line if you like).
by humbytheory
Wed Jan 04, 2012 2:09 am
Forum: ZoneMinder 1.25.x
Topic: Automatic space management.
Replies: 2
Views: 2449

Re: Automatic space management.

Assuming 85 KB per frame at 15 frames per second, my math is probably off.. but I would guess:
(((( 85 * 15 ) * 60 ) * 60 ) * 24 ) / 1024 / 1024 =~ 105 GB or so per camera per day...
by humbytheory
Wed Jan 04, 2012 1:35 am
Forum: ZoneMinder 1.25.x
Topic: Error after clean install.
Replies: 6
Views: 11117

Re: Error after clean install.

Wow, here I was trying to help out and give the exact steps I went through.. and completely forgot I too installed some of the perl modules via cpan. I'm glad you got it going. As for cambozola that's not too hard just download the latest tar ball, unpack and copy the jar file somewhere where Apache ...
by humbytheory
Sat Dec 24, 2011 4:35 pm
Forum: ZoneMinder 1.25.x
Topic: HTTP 500 Internal Server Error
Replies: 4
Views: 6896

Re: HTTP 500 Internal Server Error

hey Karlwyatt, it just occured to me that an easy way to confirm if your have short_open_tag set to on is to create a page to display php settings. You can do that by making a php doc that contains just the the following line: <?php phpinfo(); ?> Just name it whatever.. for example name it "info.php ...
by humbytheory
Sat Dec 24, 2011 3:59 pm
Forum: ZoneMinder 1.25.x
Topic: GPU Decoding?
Replies: 3
Views: 3160

Re: GPU Decoding?

I think that patch does look to improve the CPU performance, just not by using the GPU as rphenix was asking.. You know... this is why open source software rocks anyone can find an itch to scratch and mastertheknife's patch looks good I'm going to have to give it a try. Thanks for pointing out the ...
by humbytheory
Fri Dec 23, 2011 4:09 pm
Forum: ZoneMinder 1.25.x
Topic: HTTP 500 Internal Server Error
Replies: 4
Views: 6896

Re: HTTP 500 Internal Server Error

I was having the same error. I change this line in my /etc/php/php.ini short_open_tag = Off to this: short_open_tag = On Be sure to remove the ";" from the beginning of the line as lines starting with ";" are treated as Comments in /etc/php/php.ini and are ignored. After that I restarted the Apache ...
by humbytheory
Fri Dec 23, 2011 4:02 pm
Forum: ZoneMinder 1.25.x
Topic: GPU Decoding?
Replies: 3
Views: 3160

Re: GPU Decoding?

I think that depends on the developers of ffmpeg since that is what ZoneMinder uses to generate the videos... After reading these two posts: http://forums.whirlpool.net.au/archive/1612969 and http://ffmpeg-users.933282.n4.nabble.com/Using-video-card-chipset-to-encode-td1014723.html it does not look ...
by humbytheory
Tue Dec 20, 2011 5:35 pm
Forum: ZoneMinder 1.25.x
Topic: Error after clean install.
Replies: 6
Views: 11117

Re: Error after clean install.

So last night I too did a clean Arch Linux build and ZoneMinder and it's working fine. I assume your Arch Linux install was akin to this... if not maybe my setup will help: # Just after the Arch Linux install: Update the system and reboot pacman -Syu pacman -Syu reboot # Install required packages ...
by humbytheory
Fri Aug 26, 2011 4:03 pm
Forum: Website Issues
Topic: Access to new 1.25.x forum
Replies: 3
Views: 6536

Access to new 1.25.x forum

Does anyone else have access to this? I get a "You are not authorised to read this forum." landing page:

http://www.zoneminder.com/forums/viewto ... 21&t=17823

-H
by humbytheory
Mon Aug 15, 2011 11:01 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 81188

Re: ZoneMinder 1.25.0 - preview

I just built 1.25.0 and it looks pretty good! Great Job! I have to agree that being able to see the zm log messages there is a nice addition. I do have one question about that. It appears you are duplicating the messages that are sent to syslog. So what happens when the DB starts getting large? I ...