Search found 5150 matches
- Tue Sep 20, 2011 1:20 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 73595
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.
- Thu Sep 15, 2011 9:15 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 22710
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 ...
- Thu Sep 15, 2011 1:29 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 22710
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?
- Thu Sep 15, 2011 8:15 am
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 22710
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 ...
- Sat Sep 10, 2011 8:32 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 22710
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,
- Thu Sep 08, 2011 3:38 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 73595
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.
- Tue Sep 06, 2011 4:07 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 73595
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.
- Tue Sep 06, 2011 4:03 pm
- Forum: ZoneMinder 1.25.x
- Topic: Compile Error
- Replies: 25
- Views: 22710
Re: Compile Error
What version of the ffmpeg libraries (libavformat, libavcodec etc) are you compiling against?
- Sun Aug 28, 2011 7:13 pm
- Forum: ZoneMinder 1.25.x
- Topic: Exporting Videos
- Replies: 6
- Views: 8373
Re: Exporting Videos
Can you try going to the relevant event directory and running the whole command directly?
- Sun Aug 28, 2011 5:42 pm
- Forum: ZoneMinder 1.25.x
- Topic: Exporting Videos
- Replies: 6
- Views: 8373
Re: Exporting Videos
Ok, do you have the 'zip' command line utility installed?
- Sun Aug 28, 2011 11:31 am
- Forum: ZoneMinder 1.25.x
- Topic: Exporting Videos
- Replies: 6
- Views: 8373
Re: Exporting Videos
Is this something that worked before and has just stopped or is it a new install?
- Fri Aug 26, 2011 11:27 am
- Forum: Announcements
- Topic: Forum Reorg
- Replies: 0
- Views: 18907
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 ...
- Fri Aug 26, 2011 11:18 am
- Forum: Announcements
- Topic: ZoneMinder 1.25.0 Released
- Replies: 0
- Views: 16805
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 ...
- Fri Aug 26, 2011 10:01 am
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 73595
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 ...
- 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: 4510
Re: Bug with 'in set' filter matching and execution of comma
Should be fixed in 1.25.0 as of tomorrow.