Search found 269 matches

by mrd
Wed Feb 28, 2007 2:12 pm
Forum: ZoneMinder Previous Versions
Topic: ZM 1.22.3 using all memory and swap
Replies: 15
Views: 7572

Ok... With ZM_PATH_ZMS = /cgi-bin/nph-zms my Xubuntu system will just about die after a few days of running without having a browser open for any length of time. There ends up being several/duplicate nph-zms processes running and I end up rebooting to resolve the memory and process issues. If I set ...
by mrd
Tue Feb 27, 2007 2:50 pm
Forum: ZoneMinder Previous Versions
Topic: ZM 1.22.3 using all memory and swap
Replies: 15
Views: 7572

On my Xubuntu system nph-zms was consuming the most and after making the change I described, it seems to be a huge improvement. Prior to the change I would run the system for about 24 hours and then it would slow to a crawl until I rebooted. I've read that there is a bug in Apache2 that causes the m...
by mrd
Mon Feb 26, 2007 9:09 pm
Forum: ZoneMinder Previous Versions
Topic: ZM 1.22.3 using all memory and swap
Replies: 15
Views: 7572

You need to change the option to stop using nph-zms in options.

Change nph-zms to zms in options/paths:

ZM_PATH_ZMS = /cgi-bin/zms

As far as I know, this is a problem with apache2 and this change works much better for me. I still see some memory leaking, but not nearly as much on my system.
by mrd
Fri Feb 23, 2007 9:13 pm
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

Any hint what I would set them to so that it creates a scale=100?
by mrd
Fri Feb 23, 2007 6:55 pm
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

OK... I'm still struggling with a minor issue. The "scale" is not being set properly for the cycle view with your code/patch in place. If I click on one of the single camera views from the monitor links, the page source shows that the scale is set to 100. If I hard code the scale=100 into ...
by mrd
Fri Feb 16, 2007 3:08 am
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

Thank you for your paitence...
by mrd
Fri Feb 16, 2007 2:13 am
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

Perhaps you could email me your zm_html_view_cycle.php or cut and paste it here.

Thanks,
by mrd
Fri Feb 16, 2007 1:32 am
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

I've got everything working as described in my previous post. code diff: root@zmserver:/var/www/zm# diff zm_html_view_cycle.ORIG zm_html_view_cycle.php 107c107 < <td width="33%" align="left" class="text"><b><?= $monitor['Name'] ?></b></td> --- > <td width="33%"...
by mrd
Fri Feb 16, 2007 12:57 am
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

Ok.. here we go... The fix you sent apears to load a webpage whos source code looks like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>ZM - Cycle Watch</title> <link rel="stylesheet" href="zm_html_styles.css" type="text/...
by mrd
Thu Feb 15, 2007 10:15 pm
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

Well, the fix you posted works on FireFox, but I can't get it to work on IE without pulling out the second copy of the full streaming link that makes the image a link to the watchstream. I'm still debugging it and trying to understand what is going on but it might be a case of IE just not liking it....
by mrd
Thu Feb 15, 2007 3:37 pm
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

This may fix it but I won't know for a few hours until I can get home and test it... root@zmserver:/var/www/zm# diff zm_funcs.php zm_funcs.ORIG 679,685d678 < function isOpera() < { < getBrowser( $browser, $version ); < < return( $browser == "opera" ); < } < 712c705 < return( ZM_CAN_STREAM ...
by mrd
Thu Feb 15, 2007 3:12 pm
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

I'm having one small issue still. If I try to use the cycle view on my Nokia N800 it still won't work. The other views like montage and single camera views work fine. In fact, if I create a webpage with the source code from one of the cycle views (that I grabbed when using a laptop running FireFox) ...
by mrd
Wed Feb 14, 2007 11:50 pm
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

Ok.. I think I got it working now....
by mrd
Wed Feb 14, 2007 8:39 pm
Forum: ZoneMinder Distributions
Topic: Flash streaming with live cd
Replies: 35
Views: 19328

I actually tried to do exactly what you described...lol I can't make sense of the patch because I'm not familar with php or the output that your code is in. Is it some type of source control "diff" of the files or when you say "patch" you mean to use some utility called "pat...