DCS-5300W LINKSYS WCG-200 ROUTER

G

Guest

Guest
Archived from groups: alt.comp.periphs.webcam (More info?)

I have been haveing trouble streaming video from my DCS-5300W Camera
to my website. I' am useing the script located on the D-Link site for
doing this.
I modified the script for my IP address.
I go to my webpage to view my camera, And it work great. BUT when I
try to view my site from out side my router I get a pop up error
(warning fail to connect server).
On my Linksys WCG-200 Gatway I did port forwarding.
Ports 83 for http 5001-5002-5003 for video / audio / control....
Is there something I' am missing, What else needs to be done at the
router.
Is it my script? I use the IP for my Router with port #83
Does anybody have a sample script,
I'am thinking its my router..........
(HELP)
Thanks Tom Poland
Hamburg MI
 
G

Guest

Guest
Archived from groups: alt.comp.periphs.webcam (More info?)

I don't have that particular camera / router
but I do use di624 for a handful of network cams.
Each port needs its own individual vServer rule.

here's my vServer settings for dlinks di624/dcs-2000 ;
ncam6 http 192.168.0.26 TCP 86/86 09:00 AM-09:00 PM,Sun-Sat
ncam6 control 192.168.0.26 TCP 5001/5001 always
ncam6 audio 192.168.0.26 TCP 5002/5002 always
ncam6 video 192.168.0.26 TCP 5003/5003 always



"Tom Poland" <tpoland@charter.net> wrote in message
news:72c456d8.0409150334.1e197481@posting.google.com...
> I have been haveing trouble streaming video from my DCS-5300W Camera
> to my website. I' am useing the script located on the D-Link site for
> doing this.
> I modified the script for my IP address.
> I go to my webpage to view my camera, And it work great. BUT when I
> try to view my site from out side my router I get a pop up error
> (warning fail to connect server).
> On my Linksys WCG-200 Gatway I did port forwarding.
> Ports 83 for http 5001-5002-5003 for video / audio / control....
> Is there something I' am missing, What else needs to be done at the
> router.
> Is it my script? I use the IP for my Router with port #83
> Does anybody have a sample script,
> I'am thinking its my router..........
> (HELP)
> Thanks Tom Poland
> Hamburg MI
 
G

Guest

Guest
Archived from groups: alt.comp.periphs.webcam (More info?)

On 15 Sep 2004 04:34:23 -0700, tpoland@charter.net (Tom Poland) wrote:

>I have been haveing trouble streaming video from my DCS-5300W Camera
>to my website. I' am useing the script located on the D-Link site for
>doing this.
>I modified the script for my IP address.
>I go to my webpage to view my camera, And it work great. BUT when I
>try to view my site from out side my router I get a pop up error
>(warning fail to connect server).
>On my Linksys WCG-200 Gatway I did port forwarding.
>Ports 83 for http 5001-5002-5003 for video / audio / control....
>Is there something I' am missing, What else needs to be done at the
>router.
>Is it my script? I use the IP for my Router with port #83
>Does anybody have a sample script,
>I'am thinking its my router..........
>(HELP)
>Thanks Tom Poland
>Hamburg MI


with the following web page and script with the correct changes it
should work -
this script is currently working OK on site. (not publically
available)

assumes you have the latest firmware in the camera.

xx.xx.xx.xx = your ip adress that the camera is located
go to www.whatismyip.com to find out if you do not know.

:yy the port camera is you said 83

user name and password - if you want to let the website viewer move
the camera then you should use the admin user and password

to just view the pictures you must use the guest name and password

you should download the h263ctrl.cab file from the camera and put it
on your website. change the www.yourwebsite.com to your own.

bob



<html>
<head>
<title>WebCam Output</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1">
</head>

<body bgcolor="#000000">
<CENTER>
<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>



<CENTER>


<!-- <PAGEMODIFIED>12/07/04 14:30:46</PAGEMODIFIED> -->
</body>
</html>