Page 1 of 1

Stream to another PC

Posted: Tue Jul 11, 2006 6:33 pm
by Dreamer
ZM v 1.22

I've copied the cambozola applet code from the ZM console into a blank html page on a diferent PC (XP);

<applet code="com.charliemouse.cambozola.Viewer"
archive="cambozola.jar"
align="middle"
width="320"
height="240">
<param name="url" value="http://192.168.1.240/cgi-bin/nph-zms?mo ... 1152566816">
</applet>

I've got a copy of cambozola.jar in the same folder as my blank applet page.


Why can I not see the stream on the XP PC? but can see it locally on the Linux PC. I can see it on the XP PC if I go through the ZM console, but I wanted a simple Intranet Link which displays the stream. What am I doing wrong?

Posted: Tue Jul 11, 2006 6:43 pm
by cordel
If you check the info provided by the cambozola app, you will see that it is pointed to the incorrect machine. This is a security feature in cambozola where it points to the machine that it's loaded from as I recall reading in the cambozola documentation.

Regards,
Corey

Posted: Tue Jul 11, 2006 8:34 pm
by Dreamer
Thankyou.