Search found 11 matches

by bdmcnxn
Mon Feb 28, 2011 3:54 pm
Forum: ZoneMinder 1.24.x
Topic: Buffer overflow - in virtual recv function.
Replies: 1
Views: 1513

Yeah, the buffer print in case of buffer full, the Debug() macro (I think that's what it is) message print could easily case a segfault, if it's last char isn't '\0').

What's the patch submission policy here ??

PS> am pretty new to ZM, and have no code contribution so far.
by bdmcnxn
Mon Feb 28, 2011 3:45 pm
Forum: ZoneMinder 1.24.x
Topic: Multi-threading (quad core) support?
Replies: 3
Views: 2585

Re: Multi-threading (quad core) support?

I am doing an upgrade (now I have Zoneminder working on Ubuntu 10.10 Desktop) and I was wondering if anyone knows if I would gert a significant performance benefit from going with a quad core CPU instead of a dual core? There are multiple processes in action, tied to each video source, and since mo...
by bdmcnxn
Sun Feb 20, 2011 4:19 am
Forum: ZoneMinder 1.24.x
Topic: Where to set the alarm email
Replies: 3
Views: 2985

Re: Where to set the alarm email

Hi, i would like the zoneminder to send me an email when there is a motion detect, but I couldn't find it. I also want zoneminder to send me an email with a jpeg or short mpeg attached. Is there anybody can help me? And, is there any blankout detection on zoneminder? The camera maybe blinded. Would...
by bdmcnxn
Sun Feb 20, 2011 4:17 am
Forum: ZoneMinder 1.24.x
Topic: Any way to control/limit MJPEG fps ?
Replies: 5
Views: 5134

Thanks kingofkya. ABout 2/3 of the way down http://howto-pages.org/ffmpeg/ ffmpeg -i mandelbrot.flv -vn -acodec copy mandelbrot.mp3 will strip the audio off the file. Right, but that command is extracting audio from a local .flv file. What I need to do is extract audio, on the fly, from streaming AS...
by bdmcnxn
Sun Feb 20, 2011 4:12 am
Forum: ZoneMinder 1.24.x
Topic: Any way to control/limit MJPEG fps ?
Replies: 5
Views: 5134

Thanks @Flash_. If you're doing low fps, use the jpg. I guess, for low fps the repeated http requests don't add significant overhead, so it might just be fine. Some cameras (Axis) allow you to set the mjpeg fps by default or by url (&req_fps=5) but most of the cheaper bracket just throw as much ...
by bdmcnxn
Fri Feb 18, 2011 7:30 pm
Forum: ZoneMinder 1.24.x
Topic: Any way to control/limit MJPEG fps ?
Replies: 5
Views: 5134

Any way to control/limit MJPEG fps ?

Hi, Got a few of those Foscam knockoffs for my home. These IP cams provide 3 ways to get audio/video feed from the cameras:- 1) Snapshot cgi (client pull -- single Image only) 2) MJPEG cgi (server push -- Video only) 3) ASF cgi (server push -- Audio-ADPCM, Video-MJPEG) Now my need is to capture both...
by bdmcnxn
Thu Feb 10, 2011 7:11 am
Forum: ZoneMinder 1.24.x
Topic: installing ZM 1.24.x and a fork on same machine ?
Replies: 2
Views: 1774

Thanks jdhar. Finally I decided to put each ZM version on a different VM image, however for sequential testing, your script would be quite useful.
by bdmcnxn
Thu Feb 10, 2011 6:58 am
Forum: ZoneMinder 1.24.x
Topic: dummy/fake (software simulated) cams for unconnected testing
Replies: 0
Views: 878

dummy/fake (software simulated) cams for unconnected testing

Hi, Has someone attempted using any dummy / fake i.e. software only cams with ZM ? Ideally it'd take a movie file and just stream it as a connected USB cam, or an IP-cam (preferably IP cam, that way no issues with multiple USB device in a Virtual machine). Any ideas, links, pointers ? thanks, bdm ed...
by bdmcnxn
Wed Jan 26, 2011 4:44 pm
Forum: ZoneMinder 1.24.x
Topic: installing ZM 1.24.x and a fork on same machine ?
Replies: 2
Views: 1774

installing ZM 1.24.x and a fork on same machine ?

Hi, Wondering if some of the ZM developers on list could comment on whether it is possible to run the stock ZM 1.24.x, and a fork of same, simultaneously on the same machine s.t., I could access those like this -- http://localhost/zm (stock) http://localhost/zmfork (fork) or http://localhost:9090/zm...
by bdmcnxn
Wed Jan 26, 2011 1:48 pm
Forum: ZoneMinder 1.24.x
Topic: Zoneminder development
Replies: 15
Views: 7790

Re: ZoneMinder fork

Have the same error. How is autoconfig supposed to help ? Tried that, but didn't progress. I had that error when trying to follow the instructions in the INSTALL file included with the source. Rather than make, and make install, I should have been using the: aclocal autoconf automake make procedure...
by bdmcnxn
Sun Jan 23, 2011 11:42 am
Forum: ZoneMinder 1.24.x
Topic: Zoneminder development
Replies: 15
Views: 7790

Re: ZoneMinder fork

Please checkout our ZoneMinder fork . Looking forward your comments. I'm very excited about your additions, but I'm having trouble compiling them. Configure succeeded, but make is stuck on the following error: $ make make all-recursive make[1]: Entering directory `/home/peter/zm-gorban/zoneminder' ...