
Re: Monitor slow on LAN, not on WAN...
I did some more digging, and it this article from the Wiki seems to explain this issue:
Mozilla-based browsers support native decoding of multipart JPEG streams. For browsers without this native support (IE, Chrome) you need a Java plugin called Cambozola.
I cut and pasted the article below since the Zoneminder forums don't allow posting links.
+++++++++++++++++++
Cambozola is a Java plugin that decodes multipart JPEG streams. Mozilla-based browser have native support, so this plugin is for browsers like Internet Explorer that lack that support.
To install Cambozola for use in zm, Download the cambozola.jar file from the Downloads page or directly from the charliemouse website. If you download from charliemouse you will need to extract the one file (cambozola.jar) from the archive. Place cambozola.jar in the ZM root web directory (so if your web pages for ZM is installed at /var/www/html/zm the file should go there as well). Now all thats left to be done is to enable it in ZM goto options and under the web tab check that cambozola is enabled. In 1.25 you will find OPT_CAMBOZOLA under the Images tab. That's it, you're done.
viewtopic.php?t=5745viewtopic.php?t=6320NOTE: If you find that the Cambozola applet loads in IE but the applet just displays the version # of Cambozola and the author's name (as opposed to seeing the streaming images), you may need to chmod your cambozola.jar:
$ sudo chmod 775 cambozola.jar
Once I did this, images started to stream for me.