.
ok first thing you need to do is set up a guest account on zoneminder (assuming you have your install password protected TURNED ON its the ZM_OPT_USE_AUTH option | Default user/pass when you turn it on is admin:admin)
Now set up the account in the users tab under options as guest with a pass also guest. And the last thing is set restricted monitors to what you don't want anyone to see,
Ok all you need to change in the code is the monitor id to what the cam is, width and hight, zoneminder url and maybe the fps
<img width="800" height="450" border="0" alt="New" src="http://camurl/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=100&maxfps=15&user=guest&pass=guest"/>
Now set up the account in the users tab under options as guest with a pass also guest. And the last thing is set restricted monitors to what you don't want anyone to see,
Ok all you need to change in the code is the monitor id to what the cam is, width and hight, zoneminder url and maybe the fps
<img width="800" height="450" border="0" alt="New" src="http://camurl/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=100&maxfps=15&user=guest&pass=guest"/>
OK, I was looking thru the cambozola readme and came upon this:
Usage - Web page
The HTML snippet for a Netscape-readable page would be as follows:
<img>
The equivalent HTML snippet using the Cambozola viewer is:
.
.
.
<applet>
<param>
</applet>
.
.
.
So, I modified it (below) to my situation but all it does is give me a white box with an arrow.
<applet>
<param>
</applet>
Again, it works in firefox but not IE.
Any help would be appreciated!!
________
Buy vaporizers
Usage - Web page
The HTML snippet for a Netscape-readable page would be as follows:
<img>
The equivalent HTML snippet using the Cambozola viewer is:
.
.
.
<applet>
<param>
</applet>
.
.
.
So, I modified it (below) to my situation but all it does is give me a white box with an arrow.
<applet>
<param>
</applet>
Again, it works in firefox but not IE.
Any help would be appreciated!!
________
Buy vaporizers
Last edited by tdukes on Fri Feb 11, 2011 9:51 am, edited 1 time in total.
ok yes ie will not support streaming jpegs hence as you tryed you must have cambozola applet
ok where it says archive="cambozola.jar" is the prolem i am assuming that the web page you are punting it on is not in the zoneminder directory so that path also needs to point to your zm server so it also should be archive="http://zmboxurl/zm/cambozola.jar"
ok where it says archive="cambozola.jar" is the prolem i am assuming that the web page you are punting it on is not in the zoneminder directory so that path also needs to point to your zm server so it also should be archive="http://zmboxurl/zm/cambozola.jar"