Search found 124 matches

by jdhar
Fri Dec 03, 2010 6:26 am
Forum: ZoneMinder 1.24.x
Topic: Monitor mode not working
Replies: 5
Views: 3963

Your browser error has me thinking... it is complaining about mootools, which isn't good. Would you be able to install the XML Plugin I have published (http://www.eyezm.com). It's easy to install (you don't need the iphone app), but I'm curious if using the XML Plugin, it will work since it uses a d...
by jdhar
Fri Dec 03, 2010 6:20 am
Forum: ZoneMinder 1.24.x
Topic: Is it possible to generate video containing multiple Events?
Replies: 10
Views: 5097

Good work! I wish more of these kinds of contributions were integrated into ZM itself so others can benefit easier instead of having to download each contribution separately... maybe I'll look into integrating some of these myself.
by jdhar
Fri Dec 03, 2010 6:17 am
Forum: ZoneMinder 1.24.x
Topic: zoneminder bug?
Replies: 4
Views: 2886

Looks like a malloc/kmalloc error... you short on memory?
by jdhar
Fri Dec 03, 2010 6:16 am
Forum: ZoneMinder 1.24.x
Topic: Daily movie
Replies: 22
Views: 14176

Good addition... I think this would be a good thing to integrate into the upstream, and make it configurable (ie: combine once every 'x' hours/days etc.., or combine once 'x' duration elapses). And also the option to replace the events with your combined one. A lot of useful examples for this really...
by jdhar
Thu Dec 02, 2010 2:01 pm
Forum: ZoneMinder 1.24.x
Topic: Upgrade...
Replies: 7
Views: 4088

When you configure, make and make install, your existing config and events/monitors will all be retained. Just do a zmupdate.pl --version <old> and make sure you select 'y' to backup your database, and you'll be fine.
by jdhar
Thu Dec 02, 2010 6:45 am
Forum: ZoneMinder 1.24.x
Topic: 1.24.3 configure no --enable-sockets?
Replies: 6
Views: 3186

Thanks again. makes sense for DB changes. This will be my first upgrade so never done this before. Any idea on the --enable-sockets missing thing? Building from source can be a pain, but once you get it once, updating to new versions is so much easier and things don't get broken like can happen som...
by jdhar
Thu Dec 02, 2010 6:35 am
Forum: ZoneMinder 1.24.x
Topic: 1.24.3 configure no --enable-sockets?
Replies: 6
Views: 3186

Thanks, was not aware of the zmupdate.pl step, what does that do? And of equal importance, once that is done what if I have to go back to 1.24.2?? So if I pull the svn again tomorrow and something in it changed I need to do the zmupdate.pl again. Never knew that, but then, never had pulled code tha...
by jdhar
Thu Dec 02, 2010 6:18 am
Forum: ZoneMinder 1.24.x
Topic: eyeZm 1.2 available on app-store
Replies: 14
Views: 8768

I just updated the app and I'm testing the h264 capabillity, I''ll post my thought tomorrow. I was hoping for a montage view :( Excellent work Jai Dhar! Montage is coming for sure in the next release; we had to get this out since people were having issues with MJPEG streaming on really really slow ...
by jdhar
Thu Dec 02, 2010 6:15 am
Forum: ZoneMinder 1.24.x
Topic: Is it possible to generate video containing multiple Events?
Replies: 10
Views: 5097

Ok, wrote my own Perl script to do this. Pulling info from the DB and making sure frames aren't duplicated from from the end of one event to the beginning of the next event when concatenating them. Works pretty slick. Soon as I can write up a little operating explanation I'll post it. What did you ...
by jdhar
Thu Dec 02, 2010 6:14 am
Forum: ZoneMinder 1.24.x
Topic: 1.24.3 configure no --enable-sockets?
Replies: 6
Views: 3186

Re: 1.24.3 configure no --enable-sockets?

Haven't installed the compiled code yet, my other question is can I just do a "make install" and everything will be fine? I won't lose any events and/or have to make any config changes, nothing to worry about with the mySQL DB, or any other gotchas? In short, yes, nothing will be lost. On...
by jdhar
Wed Dec 01, 2010 11:47 pm
Forum: ZoneMinder 1.24.x
Topic: eyeZm 1.2 available on app-store
Replies: 14
Views: 8768

eyeZm 1.2 available on app-store

Hi all, Just a quick update that v1.2 is now posted on app-store. Changelist below: * H264 Streaming for live-feed viewing (first for ZM!) * Each Server gets its own configuration options * Servers can be enabled or disabled now * Takes advantage of XML Plugin p2fs2 o Will still work with p2fs1 (som...
by jdhar
Wed Dec 01, 2010 4:24 pm
Forum: ZoneMinder 1.24.x
Topic: Is it possible to generate video containing multiple Events?
Replies: 10
Views: 5097

Bottom line, if you are looking for that level of precision, I don't see how you are going to get it since the frames aren't timestamped anywhere that's accessible to you. Like you said, you can obtain the pre/post counts from the DB, but that would still lead to some gaps and/or skips I'm sure. Sho...
by jdhar
Wed Dec 01, 2010 3:52 pm
Forum: ZoneMinder 1.24.x
Topic: eyeZm 1.1 available on app-store
Replies: 20
Views: 10953

Hi Jai, I am playing around with a new install and in testing eyeZm, I got a feature set mismatch error. Everything still seems to work fine. Is this in anticipation of 1.3? Would my other installs need an upgrade to the XML install you provide? BTW, still love the app. Worked great while we were a...
by jdhar
Wed Dec 01, 2010 5:50 am
Forum: ZoneMinder 1.24.x
Topic: eyeZm 1.1 available on app-store
Replies: 20
Views: 10953

I curious about your comment regarding 1.24.3 being upcoming? I've been looking around periodically and never see any info on 1.24.3 or any development going on at all? Maybe I'm just missing it. But it be nice to see what's coming what's changed what's added etc. and when it might be available. Be...
by jdhar
Wed Dec 01, 2010 5:48 am
Forum: ZoneMinder 1.24.x
Topic: Is it possible to generate video containing multiple Events?
Replies: 10
Views: 5097

Are you asking is there a way built in to ZM to already do this, or are you looking for something custom? I don't believe there's a way to do this in ZM natively. If I were to do something like this, a simple bash script could probably do it. All events are stored as captured frames. So you call a s...