View Single Post
  #1 (permalink)  
Old 11-20-2008, 06:37 AM
breeze1961's Avatar
breeze1961 breeze1961 is offline
Junior Member
 
About:
Join Date: Nov 2006
Location: York, Pa
Posts: 25
breeze1961 is on a distinguished road

Default Networking Internet Cameras with IPs


I am networking 8 internet cameras onto a webpage. They all have IPs with : ports. My problem is getting them to play on a website. I have the HTML code as follows-
For the DCS-2000/2100+:


<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"VACtrl\" WIDTH=330 HEIGHT=270");
document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write(" CODEBASE=\"http://24.45.76.223:202/plugin/h263ctrl.cab#version=1,7,0,1\">");
document.write("<PARAM NAME=\"Url\" VALUE=\"http://24.45.76.223:202/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CMS\">");
document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"http://24.45.76.223:202-899372864\">");
document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5004\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\" VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\" VALUE=\"false\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("</OBJECT>");
}
//-->
</script>

My problem is password protecting 3 of them with the option to change user name and password as needed?

Also, can I put these on my website using WYSWYG software? I am also using internet switches and a router. I am working through the D-link software and it doesn't seem to recognize all my cameras. What is the schematic for my hardwired network? Do I need a separate server or should they work through my main PC?
Any help would be appreciated.

Thank You,
Breeze



Reply With Quote