BUMP
Anyone has this issue or only me?
Search found 219 matches
- Wed Dec 14, 2011 11:55 am
- Forum: ZoneMinder 1.25.x
- Topic: A ton of "Script error" in log window
- Replies: 3
- Views: 3905
- Sun Dec 11, 2011 7:27 pm
- Forum: ZoneMinder 1.25.x
- Topic: A ton of "Script error" in log window
- Replies: 3
- Views: 3905
Re: A ton of "Script error" in log window
This is the screen capture.
- Sun Dec 11, 2011 6:33 pm
- Forum: ZoneMinder 1.25.x
- Topic: A ton of "Script error" in log window
- Replies: 3
- Views: 3905
A ton of "Script error" in log window
Hi Phil. I am getting a lot of errors in log window every time I open any window (watch, options, etc) The following is one example: 2011-12-11 15:29:24.475226 web_js 16641 ERR Script error. ?view=log and there are times that no show the file (?log.php, or ?watch.php) What can I do to fix this issue ...
- Mon Sep 26, 2011 6:22 pm
- Forum: User Contributions
- Topic: Video Analytics Plugin Architecture
- Replies: 17
- Views: 24603
Re: Video Analytics Plugin Architecture
Thanks stagecoach! I will test ASAP.
- Wed Sep 21, 2011 5:40 am
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 73795
Re: ZoneMinder 1.25.0 - preview
Thanks Philip.
- Tue Sep 20, 2011 4:55 am
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder 1.25.0 - preview
- Replies: 91
- Views: 73795
Re: ZoneMinder 1.25.0 - preview
Hi Phillip
In which svn revision you was released 1.25? because I following your svn.
Thank you very much!
In which svn revision you was released 1.25? because I following your svn.
Thank you very much!
- Mon Aug 01, 2011 7:32 pm
- Forum: ZoneMinder 1.24.x
- Topic: Stream replay image buffer ??
- Replies: 2
- Views: 5088
Re: Stream replay image buffer ??
When you are watching a monitor at realtime, if you click on "pause" button the stream stops and you see a buffer that is will filling. The size of this buffer in seconds comes from "Stream image buffer" setting.
- Mon Jun 27, 2011 2:24 pm
- Forum: ZoneMinder 1.24.x
- Topic: Apache NOT responding
- Replies: 63
- Views: 72475
Re: Apache NOT responding
I agree Phill. So a MSG_TIMEOUT of "3500" miliseconds will be splited as this:
I am right?$numSockets = @socket_select( $rSockets, $wSockets, $eSockets, 3, 500000 );
- Sun Jun 26, 2011 5:58 pm
- Forum: ZoneMinder 1.24.x
- Topic: Apache NOT responding
- Replies: 63
- Views: 72475
Re: Apache NOT responding
Thanks Maklaut for the fix. But this has a side effect the the status and fps is not updated. Use a value like 5 or 10 intead of 0. from php manual: int socket_select ( array &$read , array &$write , array &$except , int $tv_sec [, int $tv_usec = 0 ] ) The tv_sec and tv_usec together form the ...
- Sun Jun 26, 2011 10:17 am
- Forum: ZoneMinder 1.24.x
- Topic: Apache NOT responding
- Replies: 63
- Views: 72475
Re: Apache NOT responding
Thanks Maklaut for the fix. But this has a side effect the the status and fps is not updated. Use a value like 5 or 10 intead of 0. from php manual: int socket_select ( array &$read , array &$write , array &$except , int $tv_sec [, int $tv_usec = 0 ] ) The tv_sec and tv_usec together form the ...
- Sat Jun 18, 2011 8:57 pm
- Forum: ZoneMinder 1.24.x
- Topic: CanAutoZoom has no sense
- Replies: 0
- Views: 1533
CanAutoZoom has no sense
CanAutoZoom field in controls table has no sense.
- Tue Jun 14, 2011 7:41 pm
- Forum: ZoneMinder 1.24.x
- Topic: Zone drawing outside camera resolution
- Replies: 2
- Views: 2309
Re: Zone drawing outside camera resolution
A dirty fix: --- ./web/skins/classic/views/zone.php.orig 2011-02-25 12:55:49.000000000 -0300 +++ ./web/skins/classic/views/zone.php 2011-02-26 21:17:11.000000000 -0300 @@ -212,7 +212,7 @@ </div> <div id="definitionPanel"> <div id="imagePanel"> - <div id="imageFrame" style="width: <?= reScale ...
- Tue May 24, 2011 5:34 am
- Forum: User Contributions
- Topic: ZM 1.25.0 Performance Patch - Completed
- Replies: 176
- Views: 122884
Re: ZM 1.24.3 Peformance patch - V1
Hi Mastertheknife Really superb! I was reading all the post, and it is brilliant. I hope you can fix RTSP issues. I don't know if this can help, but a few years ago I was posted a framework maded by nvidia to do image processing. Here the post: http://www.zoneminder.com/forums/viewtopic.php?f=8&t ...
- Mon May 16, 2011 5:47 am
- Forum: User Contributions
- Topic: [App] Zonerama - Merge multiple Monitors into one! [v 1.1b]
- Replies: 15
- Views: 14489
Re: [App] Zonerama - Merge multiple Monitors into one!
Nice hack! Thank you
- Tue May 10, 2011 5:44 pm
- Forum: ZoneMinder 1.24.x
- Topic: zmwatch.pl does not free file handles.
- Replies: 9
- Views: 5751
Re: zmwatch.pl does not free file handles.
Thanks. I will test it.