IP Upload Example
(Applet and Navigator Streaming support)

 

My current IP Address is {ip}

You can use our online wizard to create the html code.

<!-- visionGS Stream Code Begin -->

<SCRIPT language="JavaScript" type="text/javascript">
BN = navigator.appName;
if (BN == "Netscape")
{
document.write('<IMG SRC="http://{ip}/video/jpeg" BORDER=0 WIDTH=320 HEIGHT=240>');
}
else
{
document.write('<APPLET CODEBASE="http://{ip}/" CODE="VgsStream.class" WIDTH="320" HEIGHT="240 ">');
document.write('<PARAM NAME="video" VALUE="/">');
document.write('<\/APPLET>');
}
</SCRIPT>

<!-- visionGS Stream Code End -->