G
Guest
Guest
Archived from groups: alt.comp.periphs.webcam (More info?)
Problems with web site.
After several attempts I finally got my webcam up and running on my
web page.
Now the problem I have is with the h263ctrl.cab, I have this .zip file
on my web site in the plugin folder, also in the main directory.
But when I try to open the page in a virgin browser, the file will not
download.
Does this file need to be unzipped, and the .dll file place some
where????
I do not have this problem if I first view the camera in the main
page.
(Router address+ port number) I'am prompted for the download. Than
I'am able to go back to my webpage and view the camera. And I'am never
prompted again
How do I get this to work so that friend can view my website?
also is there something I can do so that this page only loads in HTTP
mode
to save bandwidth
This is the script I'am using thanks to BobL and users like you.
I appreciate everybody's help...
Thank again
Tom Poland
Hamburg Mi
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet
Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"http://xx.xx.xx.xx:yy/VaCtrl\"
WIDTH=362 HEIGHT=354");
document.write("
CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write("
CODEBASE=\"http://www.yourwebsite.com/h263ctrl.cab#version=1,7,0,5\">");
document.write("<PARAM NAME=\"Url\"
VALUE=\"http://username😛assword@xx.xx.xx.xx:yy/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CIF\">");
document.write("<PARAM NAME=\"RemoteIP\"
VALUE=\"xx.xx.xx.xx.\">");
document.write("<PARAM NAME=\"RemotePort\"
VALUE=\"username😛assword@xx.xx.xx.xx:5001\">");
document.write("<PARAM NAME=\"RemoteID\"
VALUE=\"username😛assword@xx.xx.xx.xx:yy 13163\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\"
VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEnableChk\"
VALUE=\"false\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\"
VALUE=\"true\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("<PARAM NAME=\"Stretch\" VALUE=\"1\">");
document.write("</OBJECT>");
}
//-->
</script>
Problems with web site.
After several attempts I finally got my webcam up and running on my
web page.
Now the problem I have is with the h263ctrl.cab, I have this .zip file
on my web site in the plugin folder, also in the main directory.
But when I try to open the page in a virgin browser, the file will not
download.
Does this file need to be unzipped, and the .dll file place some
where????
I do not have this problem if I first view the camera in the main
page.
(Router address+ port number) I'am prompted for the download. Than
I'am able to go back to my webpage and view the camera. And I'am never
prompted again
How do I get this to work so that friend can view my website?
also is there something I can do so that this page only loads in HTTP
mode
to save bandwidth
This is the script I'am using thanks to BobL and users like you.
I appreciate everybody's help...
Thank again
Tom Poland
Hamburg Mi
<script language="JavaScript">
<!--
if ((navigator.appName == "Microsoft Internet
Explorer")&&(navigator.platform != "MacPPC"))
{
document.write("<OBJECT ID=\"http://xx.xx.xx.xx:yy/VaCtrl\"
WIDTH=362 HEIGHT=354");
document.write("
CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C");
document.write("
CODEBASE=\"http://www.yourwebsite.com/h263ctrl.cab#version=1,7,0,5\">");
document.write("<PARAM NAME=\"Url\"
VALUE=\"http://username😛assword@xx.xx.xx.xx:yy/cgi-bin/video.vam\">");
document.write("<PARAM NAME=\"VSize\" VALUE=\"CIF\">");
document.write("<PARAM NAME=\"RemoteIP\"
VALUE=\"xx.xx.xx.xx.\">");
document.write("<PARAM NAME=\"RemotePort\"
VALUE=\"username😛assword@xx.xx.xx.xx:5001\">");
document.write("<PARAM NAME=\"RemoteID\"
VALUE=\"username😛assword@xx.xx.xx.xx:yy 13163\">");
document.write("<PARAM NAME=\"DisplayTimeFormat\"
VALUE=\"1\">");
document.write("<PARAM NAME=\"DigitalZoomEnableChk\"
VALUE=\"false\">");
document.write("<PARAM NAME=\"DigitalZoomEdit\"
VALUE=\"true\">");
document.write("<PARAM NAME=\"Language\" VALUE=\"EN\">");
document.write("<PARAM NAME=\"Stretch\" VALUE=\"1\">");
document.write("</OBJECT>");
}
//-->
</script>