DCS-5300W
PC Hardware Forum Index PC Hardware
Dicussion of PC hardware and peripherals
 
 FAQFAQ   MemberlistMemberlist    RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web hwtalk.net
DCS-5300W

 
Post new topic   Reply to topic    PC Hardware Forum Index -> Digital Cameras
Author Message
Tom Poland
Guest





Posted: Fri Sep 17, 2004 3:11 am    Post subject: DCS-5300W Reply with quote

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:password@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:password@xx.xx.xx.xx:5001\">");
document.write("<PARAM NAME=\"RemoteID\"
VALUE=\"username:password@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>
Back to top
bumtracks
Guest





Posted: Fri Sep 17, 2004 3:58 am    Post subject: Re: DCS-5300W Reply with quote

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...
Quote:
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:password@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:password@xx.xx.xx.xx:5001\">");
document.write("<PARAM NAME=\"RemoteID\"
VALUE=\"username:password@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
Back to top
bumtracks
Guest





Posted: Fri Sep 17, 2004 4:06 am    Post subject: Re: DCS-5300W Reply with quote

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

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

IE critical update packages beginning Feb/04 disallow user:password@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.
Back to top
Bob L
Guest





Posted: Fri Sep 17, 2004 11:05 am    Post subject: Re: DCS-5300W Reply with quote

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

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

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

IE critical update packages beginning Feb/04 disallow user:password@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
Quote:
VALUE=\"http://username:password@xx.xx.xx.xx:yy/cgi-bin/video.vam\">");
still works.


bob
Back to top
 
Post new topic   Reply to topic    PC Hardware Forum Index -> Digital Cameras All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




Electronics VoIP DSP
New Topics php BB