Search found 5150 matches

by zoneminder
Tue Sep 20, 2011 1:20 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 60208

Re: ZoneMinder 1.25.0 - preview

I'm not entirely sure, but I think the first preview was 3459 or so, with other changes added since then.
by zoneminder
Thu Sep 15, 2011 9:15 pm
Forum: ZoneMinder 1.25.x
Topic: Compile Error
Replies: 25
Views: 17609

Re: Compile Error

I seem to have the same issues on CentOS (now 5.7 since doing a yum update) the g++ command returns g++: zmc.cpp: No such file or directory g++: no input files You need to run in this in the directory that zmc.cpp is in, ie src. I also do not have anything in /usr/share/ffmeg apart from 36 files st...
by zoneminder
Thu Sep 15, 2011 1:29 pm
Forum: ZoneMinder 1.25.x
Topic: Compile Error
Replies: 25
Views: 17609

Re: Compile Error

Do you definitely have the ffmpeg libraries installed and not just the binary? That should have been picked up during configure but perhaps there is an issue there. What did you configure output say?
by zoneminder
Thu Sep 15, 2011 8:15 am
Forum: ZoneMinder 1.25.x
Topic: Compile Error
Replies: 25
Views: 17609

Re: Compile Error

If you manually type the command g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/share/ffmpeg/include -Wall -Wno-sign-compare -fno-inline -I/usr/share/ffmpeg/include -D__STDC_CONSTANT_MACROS -E zmc.cpp > zmc-full.cpp then it should just run the pre-processor and include all the files it uses. If ...
by zoneminder
Sat Sep 10, 2011 8:32 pm
Forum: ZoneMinder 1.25.x
Topic: Compile Error
Replies: 25
Views: 17609

Re: Compile Error

Any recent one should be fine, either 'official' releases from 0.6.3 onwards or snapshots. Though very recent ones often change the API and may be broken,
by zoneminder
Thu Sep 08, 2011 3:38 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 60208

Re: ZoneMinder 1.25.0 - preview

I think some distros (Ubuntu?) sometimes has it's own version of mootools installed somewhere. I think someone has posted how to get around it somewhere in the forums.
by zoneminder
Tue Sep 06, 2011 4:07 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 60208

Re: ZoneMinder 1.25.0 - preview

You cannot delete the log entries other than setting the amount of logs retained to be very small or manually deleting them from the DB. I did consider adding this functionality but I wasn't sure there would be much demand. If more people ask for it I can look at adding it in.
by zoneminder
Tue Sep 06, 2011 4:03 pm
Forum: ZoneMinder 1.25.x
Topic: Compile Error
Replies: 25
Views: 17609

Re: Compile Error

What version of the ffmpeg libraries (libavformat, libavcodec etc) are you compiling against?
by zoneminder
Sun Aug 28, 2011 7:13 pm
Forum: ZoneMinder 1.25.x
Topic: Exporting Videos
Replies: 6
Views: 6606

Re: Exporting Videos

Can you try going to the relevant event directory and running the whole command directly?
by zoneminder
Sun Aug 28, 2011 5:42 pm
Forum: ZoneMinder 1.25.x
Topic: Exporting Videos
Replies: 6
Views: 6606

Re: Exporting Videos

Ok, do you have the 'zip' command line utility installed?
by zoneminder
Sun Aug 28, 2011 11:31 am
Forum: ZoneMinder 1.25.x
Topic: Exporting Videos
Replies: 6
Views: 6606

Re: Exporting Videos

Is this something that worked before and has just stopped or is it a new install?
by zoneminder
Fri Aug 26, 2011 11:27 am
Forum: Announcements
Topic: Forum Reorg
Replies: 0
Views: 17984

Forum Reorg

Following the 1.25.0 release I have created a new forum specifically for the 1.25.x series of releases. In order to keep things manageable I have also removed the 1.23.x support forum. The topics from that forum have not been deleted but have been moved into the 'previous versions' forum where they ...
by zoneminder
Fri Aug 26, 2011 11:18 am
Forum: Announcements
Topic: ZoneMinder 1.25.0 Released
Replies: 0
Views: 15937

ZoneMinder 1.25.0 Released

I'm pleased to announce that ZoneMinder version 1.25.0 is now available to download . This release is mainly focused around a complete rewrite of the logging and debug functionality which now includes a web log viewer and fully consolidated logging. There are also a small number of useful new featur...
by zoneminder
Fri Aug 26, 2011 10:01 am
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 60208

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 w...
by zoneminder
Thu Aug 25, 2011 9:26 pm
Forum: ZoneMinder 1.24.x
Topic: Bug with 'in set' filter matching and execution of commands
Replies: 3
Views: 3756

Re: Bug with 'in set' filter matching and execution of comma

Should be fixed in 1.25.0 as of tomorrow.