View Single Post
Duffer's Avatar
Posts: 223 | Thanked: 52 times | Joined on Sep 2009 @ West Kirby, UK
#3
You could try your own very simple java applet rather than the cameras own java page.

Such as

<applet code="video_java.class"
codebase="http://xx.xx.xx.xx"
name="testApplet"
width="320" height="240">
<param name="PORT" value="xxx">
<param name="MODE" value="0">
</applet>

Replace xx's
__________________
In dog years, I'm dead.
 

The Following User Says Thank You to Duffer For This Useful Post: