Search found 194 matches

by timcraig
Wed Feb 06, 2008 1:52 am
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59225

Hello! I've been trying to setup ffmpeg in the /opt and I can compile ffmpeg (from svn) and zoneminder (1.23.1) without problems. Then I've set the "Options|Images|Path to (optional) ffmpeg mpeg encoder" to "/opt/bin/ffmpeg" and set the mpeg encoder to ffmpeg. When I try to gene...
by timcraig
Mon Feb 04, 2008 5:30 pm
Forum: ZoneMinder Previous Versions
Topic: Problems Configuring... zm requires gnutls/openssl.h..
Replies: 7
Views: 16653

Ivan,

The solution to your problem is in step #10 in the first post of this thread http://www.zoneminder.com/forums/viewtopic.php?t=11068.
by timcraig
Thu Jan 31, 2008 5:28 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59225

My ZM configure was (If I remember right) ./configure --with-webdir=/var/www/html/zm --with-cgidir=/usr/lib/cgi-bin --with-webuser=www-data --with-webgroup=www-data --with-ffmpeg=/usr/local/bin/ffmpeg Last night I built ZM on my Ubuntu 7.10 Desktop (my main ZM machine is an Ubuntu 7.10 Server) and I...
by timcraig
Wed Jan 30, 2008 5:03 am
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59225

Could you offer up your exact `./configure ...` line for reference? FYI, you need to remove the middle "svn checkout" from your line which would make it read: `svn checkout -r 11637 svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg` I checked out ffmpeg from the svn a few days ago when I made th...
by timcraig
Wed Jan 30, 2008 4:54 am
Forum: ZoneMinder Previous Versions
Topic: Fast forwarding not going as fast as it should.
Replies: 4
Views: 2971

Actually, 50x now goes about 10x to 12x now in the DVR viewer. Still not as fast as 1.22.3, but that's fast enough for my needs.

I don't know why it was going slower before. The load, memory and CPU utilization history doesn't show any differences between then and now.
by timcraig
Tue Jan 29, 2008 6:36 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59225

I checked out ffmpeg from the svn a few days ago when I made the ZM upgrade. I haven't had any errors with it so far. The revision number of my ffmpeg checkout is 11637. If the current version of ffmpeg is giving you problems you can try building revision 11637. You can get it from the svn by typing...
by timcraig
Mon Jan 28, 2008 9:33 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59225

Re: How about Dapper support?

barkeep8 wrote: Any ideas on how gnutls/openssl.h is supported on Ubuntu Dapper 6.06?
Try apt-get install libgnutls-dev.
by timcraig
Mon Jan 28, 2008 8:32 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59225

Re: How about Dapper support?

Does anyone have a tutorial for upgrading ZM 1.22.3 on Ubuntu 6.06 server to 1.23.1? The wiki has documentation on upgrading: http://www.zoneminder.com/wiki/index.php/Documentation#Upgrading I followed it for upgrading my ZM 1.22.3 install to 1.23.1 and it worked fine for me. Don't use the new deep...
by timcraig
Mon Jan 28, 2008 6:07 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.10 server/ZM 1.23.2 from src, how to (31/03/2008)
Replies: 63
Views: 59225

caladeira, I notice in your Zoneminder build steps you have "--with-ffmpeg" when you call configure. I think the correct syntax is "--with-ffmpeg=<path>" where the path to ffmpeg is usually /usr/local/bin/ffmpeg (you can confirm the path by typing "whereis ffmpeg" at th...
by timcraig
Mon Jan 28, 2008 7:12 am
Forum: ZoneMinder Previous Versions
Topic: Fast forwarding not going as fast as it should.
Replies: 4
Views: 2971

Fast forwarding not going as fast as it should.

I upgraded my Zoneminder 1.22.3 system to 1.23.1 and have a problem with fast forwarding not going very fast. When my same ZM system was running version 1.22.3, the fast forwarding worked fine. After the upgrade to 1.23.1, if set the rate to 2x -4x, when viewing an event, it doesn't appear to be any...
by timcraig
Thu Jan 24, 2008 8:32 pm
Forum: Hardware Queries
Topic: anyone see this card before?
Replies: 6
Views: 3392

Wow, it looks like a 16 port card with only one capture chip.
by timcraig
Thu Jan 17, 2008 8:47 pm
Forum: Hardware Queries
Topic: best quality-price ratio PTZ IP-camera supported by ZM?
Replies: 5
Views: 5610

Correct me if I'm wrong, but isn't DPTZ is just resizing the image and scrolling around the scaled (like you would to a hi-res jpeg image in a image view program)? If so then the, IQeye752 might be able to still suit your needs. You can use Zonemider and record the camera images and keep the camera ...
by timcraig
Sun Dec 23, 2007 3:54 am
Forum: User Contributions
Topic: A small zmfilter.pl fix
Replies: 2
Views: 3674

No problem. Thank you for making zoneminder. I really love the software.


Another part in the code to fix is on line 374

$filter_sql .= " regexp $value";

needs to be changed to

$filter_sql .= " regexp '$value'";
by timcraig
Mon Dec 10, 2007 6:34 pm
Forum: User Contributions
Topic: A small zmfilter.pl fix
Replies: 2
Views: 3674

A small zmfilter.pl fix

I'm running a Zoneminder 2.22.3 installation and I was having problems running background filters. If I had a filter with "Name" set with operator "matches", the filter would not work when running in the background. The zmfilter.log file would list an error like: 12/09/07 21:09:0...