DCS-5300W

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>
 
Archived from groups: alt.comp.periphs.webcam (More info?)

h263ctrl.cab

easiest is to put the .cab in the same folder with the web html page and fix
codebase address to match
CODEBASE=\"http://www.YOURWEBSITE.com/HTMLpagedirectory/h263ctrl.cab#version
=1,7,0,5\">");

"Tom Poland" <tpoland@charter.net> wrote in message
news:72c456d8.0409161457.3443e9a9@posting.google.com...
> 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>
 
Archived from groups: alt.comp.periphs.webcam (More info?)

fwiw ... from looking at your scripted OBJECT
I noticed login password in a URL

PARAM NAME=\"Url\"
VALUE=\"http://username😛assword@xx.xx.xx.xx:yy/cgi-bin/video.vam\">");

IE critical update packages beginning Feb/04 disallow user😛assword@URL
Miscrosoft does have instruction to re-enable it but most users will either
see ,,, Page Not Found error , or it just wont work at all for them.
 
Archived from groups: alt.comp.periphs.webcam (More info?)

On Fri, 17 Sep 2004 00:06:26 GMT, "bumtracks" <user@unknown.org>
wrote:

>fwiw ... from looking at your scripted OBJECT
>I noticed login password in a URL
>
>PARAM NAME=\"Url\"
>VALUE=\"http://username😛assword@xx.xx.xx.xx:yy/cgi-bin/video.vam\">");
>
>IE critical update packages beginning Feb/04 disallow user😛assword@URL
>Miscrosoft does have instruction to re-enable it but most users will either
>see ,,, Page Not Found error , or it just wont work at all for them.
>


Looking at the Microsoft site it appears to only affect XMLHTTP,
http://support.microsoft.com/default.aspx?scid=kb;en-us;836640
currently running here IE6/win98 with all security updates and the
>VALUE=\"http://username😛assword@xx.xx.xx.xx:yy/cgi-bin/video.vam\">");
still works.

bob
 

TRENDING THREADS