Search found 159 matches

by mitch
Mon Feb 06, 2012 8:17 pm
Forum: Hardware Compatibility List
Topic: Mobotix Cameras
Replies: 19
Views: 42316

Re: Mobotix Cameras

I would recommend using the MxPEG stream and the linux converter to mjpeg
by mitch
Tue Jan 17, 2012 3:34 pm
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 22112

Re: More Fixes + XML API for ZM 1.24.2

iconnor! good to hear. I actually have already re-patched all my work into trunk with mastertheknifes performance patch and was planning to release an updated version. I then heard MTK's patch was going to be into the next release so I figured I would wait until then to release my version so that yo...
by mitch
Sat Aug 20, 2011 5:38 pm
Forum: ZoneMinder 1.24.x
Topic: Build error
Replies: 2
Views: 1543

Re: Build error

Its probably a security catch:) It should be:
Error( "%s", e.getMessage().c_str() );
by mitch
Wed May 25, 2011 8:27 pm
Forum: ZoneMinder 1.24.x
Topic: Urgent !!!
Replies: 1
Views: 1142

Re: Urgent !!!

You cannot recover all the meta data obviously if you lost the entire database but if you are decent at coding in any language you should be able to insert enough entries and fake data to be able to view events and using file timestamps to have them properly dated.
by mitch
Tue May 24, 2011 2:12 am
Forum: ZoneMinder 1.24.x
Topic: EyeZm Code in Trunk security issues.
Replies: 4
Views: 3431

Re: EyeZm Code in Trunk security issues.

For some reason I did not get the notifications from the forum or somehow missed the replies. I did a quick check today over it and its still playing with fire (but such is most of the ZM code and I am not sure that will change any time soon). Going the escape route i think you are getting pretty cl...
by mitch
Tue May 24, 2011 2:07 am
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 22112

Re: More Fixes + XML API for ZM 1.24.2

no it did not, neither the improvements or bug fixes sadly! Maybe next version:)
by mitch
Sat Apr 09, 2011 6:50 am
Forum: ZoneMinder 1.24.x
Topic: Mobotix M12 Nonfunctional
Replies: 16
Views: 10699

Re: Mobotix M12 Nonfunctional

Sorry if you still have the camera let me know, there are some things we can try but it should be fairly easy to get it working properly.
by mitch
Mon Jan 31, 2011 7:21 pm
Forum: ZoneMinder 1.24.x
Topic: EyeZm Code in Trunk security issues.
Replies: 4
Views: 3431

EyeZm Code in Trunk security issues.

I wanted to first thanks the eyeZm guys for contributing back the code to trunk. It moves another step towards a better XML interface for ZM and that only means more apps and making ZM even better. With that said it may be a good idea to disable the code by default or perform a code review of it. Th...
by mitch
Mon Jan 10, 2011 5:10 am
Forum: ZoneMinder 1.24.x
Topic: How best to split modect processes across multiple servers?
Replies: 3
Views: 2829

I think it may be a better idea to try one shared database among several servers, all you are looking to do is really avoid it starting the zmc daemon (and zma technically to save the log files). I would add a field in the database for what server the camera is supposed to run on, then in the daemon...
by mitch
Fri Aug 27, 2010 6:16 am
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 22112

Its been honestly awhile since i worked in the ZM code, a good reason is probably the ERR call prints the error and bails out (abort) where as an INFO wouldn't. In the case of the stream being broken you want to abort so rather than have a separate abort but INFO handler just called the same.
by mitch
Wed Aug 25, 2010 6:40 am
Forum: User Contributions
Topic: More Fixes + XML API for ZM 1.24.2
Replies: 18
Views: 22112

Yes, the message is good that means it detected the stream was broken and stops, if it didn't it could continue to run forever.
by mitch
Sun May 02, 2010 3:53 pm
Forum: ZoneMinder 1.24.x
Topic: Mobotix D12 +zoneminder
Replies: 4
Views: 2822

Sorry, to solve the problem someone needs to write a parser to just split the jpeg image in half and send out two seperate ones for zm. It wouldn't be that complex but will take a programmer to do it.
by mitch
Wed Mar 31, 2010 6:34 pm
Forum: ZoneMinder 1.24.x
Topic: No Stream in Windows7 and Firefox
Replies: 5
Views: 3888

cambozola shouldnt be required for FF.
by mitch
Mon Mar 08, 2010 8:32 pm
Forum: ZoneMinder 1.24.x
Topic: Maxopenfile reached & machine hangs zm problem ?
Replies: 43
Views: 30046

wc -w prints the number of words and is absolutely useless. But ls -lah /proc/PID/fd will work just fine also.
by mitch
Mon Mar 08, 2010 8:21 pm
Forum: ZoneMinder 1.24.x
Topic: Maxopenfile reached & machine hangs zm problem ?
Replies: 43
Views: 30046

install the tool lsof then run it with the -p option with the pid of the zmwatch leaking( IE: lsof -p 19213) pastebin the results. My zmwatch doesn't leak like this but this should atleast list what file handles are leaking.