The Cambozola readme says:
I get that, what I don't know is the following: what is the value of the URL when the input comes from ZoneMinder? Because the URL that ZoneMinder gives me is http://<server_name>/webcam/cgi-bin/nph-zms?mode=jpeg&monitor=1&scale=100&maxfps=5&auth=54a4e3720895b42f16851600cc6ed5a5&rand=1142517609 but that's dynamically generated and I expect it won't work when accessing it from outside the ZoneMinder controls. What should I do? Sorry again if I'm not seeing the obvious.The HTML snippet for a Netscape-readable page would be as follows:
<img src="/cgi-bin/w3cam.cgi?refresh=0.0" width="352" height="288">
The equivalent HTML snippet using the Cambozola viewer is:
.
<applet code="com.charliemouse.cambozola.Viewer" archive="cambozola.jar" width="352" height="400">
<param name="url" value="/cgi-bin/w3cam.cgi?refresh=0.0">
</applet>