Search found 9 matches

by lonewolf
Sat Apr 11, 2009 9:56 pm
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66729

kingofkya wrote:just out of curiosity do you guys run you am boxes at almost max cpu
I was when I was having major iowait issues, but after moving ZM's storage onto a dedicated array I'm at less then half with 9 IP cameras in record mode at 640x480 ~10 fps.

/LW
by lonewolf
Tue Mar 24, 2009 3:21 am
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66729

Ok, here's the deal: There is a race condition in ajax/stream.php in which if the connection is closed after the socket_sendto() call but before the response is received (sometime during the socket_select() call), socket_select() returns 0 (not FALSE) which is not handled and so it allows socket_rec...
by lonewolf
Tue Mar 24, 2009 12:29 am
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66729

I compiled with: make clean && ./configure --prefix=/opt/zoneminder24 --with-libarch=lib64 --with-webdir=/usr/share/zoneminder24/www --with-cgidir=/usr/share/zoneminder24/cgi-bin --with-ffmpeg=/opt && make Adding a bunch of session_write_close() (and calling session_start() again whe...
by lonewolf
Fri Mar 20, 2009 1:48 am
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66729

Fount it! To reproduce: Open the montage window. After it loads, right-click the page and select 'Stop' (firefox) or otherwise cause the window to close uncleanly. ZM no longer responds to that session. Problem: PHP is hanging on the session_start() call. You can verify this by causing the session t...
by lonewolf
Fri Mar 20, 2009 12:06 am
Forum: ZoneMinder 1.24.x
Topic: Apache NOT responding
Replies: 63
Views: 66729

Same issue here. I switched from nph-zms to zms to no avail. It's gotten so bad I've written a cron script that monitors Apache and restarts it when it locks. I have user authentication turned on in ZM if that makes a difference. KeepAlive is off. Not sure if it's related, but I'm also seeing these ...
by lonewolf
Mon Mar 09, 2009 5:40 pm
Forum: ZoneMinder 1.24.x
Topic: [solved] Vivotek IP7131 RTSP error
Replies: 35
Views: 25819

We have no idea what you have done except broken it. What lines have you added and specifically where. I think I understand the why but care to explain so we are all on the same page. ? It did not work for me with a clean download and compile, so I changed 2 things in src/zm_rtsp.cpp . At line 310 ...
by lonewolf
Mon Mar 09, 2009 4:43 pm
Forum: ZoneMinder 1.24.x
Topic: [solved] Vivotek IP7131 RTSP error
Replies: 35
Views: 25819

I have a Vivotek IP7138 and a IP7131 and I can't get either one working. I've done most of my testing with the 7138 and a SVN checkout from 3/7/09. Here's what I have so far: The camera does not like SETUP requests without first issuing a DESCRIBE in the same connection. If you try, it returns a 400...
by lonewolf
Mon May 26, 2008 1:29 am
Forum: Hardware Queries
Topic: VIVOTEK IP7131 and IP7138
Replies: 17
Views: 22484

http://<ip>/video.mjpg but you first need to go to "Configuration -> Audio and video" and set stream1 (or stream2) to mode "JPEG." If you use stream2, use "video2.mjpg" in the URL instead. I used this at first, but found just grabbing the still image was more reliable. ...
by lonewolf
Thu Apr 24, 2008 6:30 am
Forum: Feature Requests
Topic: Source Type: Executable
Replies: 5
Views: 3776

I'm VERY interested in this! Right now I'm outputting the stream to a fifo which I'm then reading in via a very crude script using the same webserver ZM is running on... "mencoder -o stream1.fifo -of rawvideo -ac null -oac pcm -ovc lavc -lavcopts vcodec=mjpeg rtsp://172.19.13.200" FTW! /LW