Code

Enter the following script into the body of your web page to view the live camera video:


<script language="JavaScript">
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"RtspVapgCtrl\" WIDTH=400 HEIGHT=300 name=\"RtspVapgCtrl\"");
document.write(" CLASSID=CLSID:361E6B79-4A69-4376-B0F2-3D1EBEE9D7E2");
document.write(" CODEBASE=\"http://192.168.1.30:80/RtspVaPgDec.cab#version=2,0,0,21\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("<PARAM NAME=\"ClickEventHandler\" VALUE=\"3\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://192.168.1.30:80/cgi-bin/control.cgi\">");
document.write("</OBJECT>");
}
</script>

or


http://192.168.1.30/viewer.html