The Java Applet has to be loaded from the AbelCam server
Use the following html code to stream from Cam 0 with PTZ controls:
<!-- logistreaming -->
<applet code=AbelCamstreaming.class width="X" height="Y" archive="AbelCamstreaming.zip"
codebase="http://yourhost:port/java/applets">
<param name="baseref" value="http://yourhost:port/">
<param name="cam" value="0">
</applet>
<!-- logiabs.inc --> <applet code=abelabs.class width="214" height="136" archive="abelabs.zip" codebase="yourhost:port/java/applets">
<param name="backcolor" value="rrr,ggg,bbb">
<param name="baseref" value="yourhost:port/">
<param name="cam" value="0">
</applet>
copy and paste to your html page, change all code marked in red
Example: Webtruck Room
Cam Logitech Sphere MP with Stream and PTZ



