Stream to another PC

Support and queries relating to all previous versions of ZoneMinder
Locked
Dreamer
Posts: 43
Joined: Sat Sep 17, 2005 9:14 am

Stream to another PC

Post 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?
User avatar
cordel
Posts: 5210
Joined: Fri Mar 05, 2004 4:47 pm
Location: /USA/Washington/Seattle

Post 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
Dreamer
Posts: 43
Joined: Sat Sep 17, 2005 9:14 am

Post by Dreamer »

Thankyou.
Locked