Networking Forums

Networking Forums > Network Hardware > Home Networking > Network Camera help

Reply
Thread Tools Display Modes

Network Camera help

 
 
Steve
Guest
Posts: n/a

 
      08-15-2003, 08:12 AM
Hi All, first posting here so fingers crossed....

I have a network camera and want to bypass the built in logon screen so it
embeds in a normal web page using java, below is the script which Intellinet
supply and it all works over the LAN but how do I get it to work from a web
page on the internet as logging in from else where I get the screen but no
image which is because of the ip address...

My web site is hosted at supanames and of course the network camera is
hosted on my private network at home can it be done?

I also have another domain name which I have set up a redirect? via
dyndns.net and that all works fine... and can log in via the web...

If anyone has a simple way to do this and please keep it simply then I would
be very greatful.

Regards Steve
P.S
Below is the script they supply...





<script language="javascript"
SRC="http://192.168.0.15/web/javascript.js"></script>
<script language=JavaScript>
var vStart = 0;
var vSemi = 0;
vStart = document.cookie.indexOf( "mainauthority", 0 );
if(vStart!=-1) vSemi = document.cookie.indexOf(";", vStart);
if( vSemi == -1 ) vSemi = document.cookie.length;

}
</script>
<APPLET CODE=LoadJpg.class ARCHIVE=loadjpg.jar name=NCApplet
WIDTH=320 HEIGHT=260 CODEBASE = http://192.168.0.15/web/>
<PARAM NAME=FPS VALUE=30>
<param name=ImageTransferPort value=8080>
<param name=ID value=guest>
<param name=PASSWORD value=guest>
<param name="VER_FLIP" value="0">
<param name="HOR_FLIP" value="0">
</APPLET>

--
Regards Steve


 
Reply With Quote
 
 
 
 
Mike Hughes
Guest
Posts: n/a

 
      08-15-2003, 11:08 AM
well, obviously, that script needs to change to either a dyndns.org domain
pointing to your camera's external ip (or just a domain you point to it if
its a static ip) or the camera's ip!
eve wrote:

> Hi All, first posting here so fingers crossed....
>
> I have a network camera and want to bypass the built in logon screen so it
> embeds in a normal web page using java, below is the script which
> Intellinet supply and it all works over the LAN but how do I get it to
> work from a web
> page on the internet as logging in from else where I get the screen but
> no image which is because of the ip address...
>
> My web site is hosted at supanames and of course the network camera is
> hosted on my private network at home can it be done?
>
> I also have another domain name which I have set up a redirect? via
> dyndns.net and that all works fine... and can log in via the web...
>
> If anyone has a simple way to do this and please keep it simply then I
> would be very greatful.
>
> Regards Steve
> P.S
> Below is the script they supply...
>
>
>
>
>
> <script language="javascript"
> SRC="http://192.168.0.15/web/javascript.js"></script>
> <script language=JavaScript>
> var vStart = 0;
> var vSemi = 0;
> vStart = document.cookie.indexOf( "mainauthority", 0 );
> if(vStart!=-1) vSemi = document.cookie.indexOf(";", vStart);
> if( vSemi == -1 ) vSemi = document.cookie.length;
>
> }
> </script>
> <APPLET CODE=LoadJpg.class ARCHIVE=loadjpg.jar name=NCApplet
> WIDTH=320 HEIGHT=260 CODEBASE = http://192.168.0.15/web/>
> <PARAM NAME=FPS VALUE=30>
> <param name=ImageTransferPort value=8080>
> <param name=ID value=guest>
> <param name=PASSWORD value=guest>
> <param name="VER_FLIP" value="0">
> <param name="HOR_FLIP" value="0">
> </APPLET>
>


 
Reply With Quote
 
Steve
Guest
Posts: n/a

 
      08-15-2003, 12:12 PM
Hi Mike, thanks for the reply, what I have is a domain name, and that's it
nothing on it.
So using dyndns I can simply point to that and then my router redirects (if
that's the correct expression) to my cam's IP and all works.... nothing
exciting there it's just hanging out the window at present.

What I want to do is put the image on a webpage but can't figure that part
out, the script below works, and displays the small grey java window but no
image of course just wonder if it's possible bearing in mind my site is
hosted at supanames and my camera is here... doing my head in!!!

At least it's Friday <grin>

Steve


"Mike Hughes" <mike@broadbandwight[DOT]co.uk> wrote in message
news:3f3cbf27$0$197$(E-Mail Removed)...
> well, obviously, that script needs to change to either a dyndns.org domain
> pointing to your camera's external ip (or just a domain you point to it if
> its a static ip) or the camera's ip!
> eve wrote:
>
> > Hi All, first posting here so fingers crossed....
> >
> > I have a network camera and want to bypass the built in logon screen so

it
> > embeds in a normal web page using java, below is the script which
> > Intellinet supply and it all works over the LAN but how do I get it to
> > work from a web
> > page on the internet as logging in from else where I get the screen but
> > no image which is because of the ip address...
> >
> > My web site is hosted at supanames and of course the network camera is
> > hosted on my private network at home can it be done?
> >
> > I also have another domain name which I have set up a redirect? via
> > dyndns.net and that all works fine... and can log in via the web...
> >
> > If anyone has a simple way to do this and please keep it simply then I
> > would be very greatful.
> >
> > Regards Steve
> > P.S
> > Below is the script they supply...
> >
> >
> >
> >
> >
> > <script language="javascript"
> > SRC="http://192.168.0.15/web/javascript.js"></script>
> > <script language=JavaScript>
> > var vStart = 0;
> > var vSemi = 0;
> > vStart = document.cookie.indexOf( "mainauthority", 0 );
> > if(vStart!=-1) vSemi = document.cookie.indexOf(";", vStart);
> > if( vSemi == -1 ) vSemi = document.cookie.length;
> >
> > }
> > </script>
> > <APPLET CODE=LoadJpg.class ARCHIVE=loadjpg.jar name=NCApplet
> > WIDTH=320 HEIGHT=260 CODEBASE = http://192.168.0.15/web/>
> > <PARAM NAME=FPS VALUE=30>
> > <param name=ImageTransferPort value=8080>
> > <param name=ID value=guest>
> > <param name=PASSWORD value=guest>
> > <param name="VER_FLIP" value="0">
> > <param name="HOR_FLIP" value="0">
> > </APPLET>
> >

>



 
Reply With Quote
 
Steve
Guest
Posts: n/a

 
      08-15-2003, 04:44 PM
I bought mine from.... dam... can't remember the name off the top of my head
but did a search on google uk and they are anything from 199.00 up to 300+
and that's the same camera, it's Intellinet IP Camera... got a good review
on http://www17.tomshardware.com/networ...camera-17.html

Steve


"Mike Hughes" <mike@broadbandwight[DOT]co.uk> wrote in message
news:3f3d0b9d$0$251$(E-Mail Removed)...
> Steve wrote:
>
> > Hi Mike, thanks for the reply, what I have is a domain name, and that's

it
> > nothing on it.
> > So using dyndns I can simply point to that and then my router redirects
> > (if that's the correct expression) to my cam's IP and all works....

>
> its called port forwarding, or NAPT,(Network Address and Port Translation)
> and you need to make sure port 80 is being forwarded to your camera's IP.
>
> just curious, where do you get these network cameras, and what is the
> pricing like?
>
> > nothing exciting there it's just hanging out the window at present.
> >
> > What I want to do is put the image on a webpage but can't figure that

part
> > out, the script below works, and displays the small grey java window but
> > no image of course just wonder if it's possible bearing in mind my site

is
> > hosted at supanames and my camera is here... doing my head in!!!
> >
> > At least it's Friday <grin>
> >
> > Steve
> >
> >
> > "Mike Hughes" <mike@broadbandwight[DOT]co.uk> wrote in message
> > news:3f3cbf27$0$197$(E-Mail Removed)...
> >> well, obviously, that script needs to change to either a dyndns.org
> >> domain pointing to your camera's external ip (or just a domain you

point
> >> to it if its a static ip) or the camera's ip!
> >> eve wrote:
> >>
> >> > Hi All, first posting here so fingers crossed....
> >> >
> >> > I have a network camera and want to bypass the built in logon screen

so
> > it
> >> > embeds in a normal web page using java, below is the script which
> >> > Intellinet supply and it all works over the LAN but how do I get it

to
> >> > work from a web
> >> > page on the internet as logging in from else where I get the screen
> >> > but no image which is because of the ip address...
> >> >
> >> > My web site is hosted at supanames and of course the network camera

is
> >> > hosted on my private network at home can it be done?
> >> >
> >> > I also have another domain name which I have set up a redirect? via
> >> > dyndns.net and that all works fine... and can log in via the web...
> >> >
> >> > If anyone has a simple way to do this and please keep it simply then

I
> >> > would be very greatful.
> >> >
> >> > Regards Steve
> >> > P.S
> >> > Below is the script they supply...
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > <script language="javascript"
> >> > SRC="http://192.168.0.15/web/javascript.js"></script>
> >> > <script language=JavaScript>
> >> > var vStart = 0;
> >> > var vSemi = 0;
> >> > vStart = document.cookie.indexOf( "mainauthority", 0 );
> >> > if(vStart!=-1) vSemi = document.cookie.indexOf(";", vStart);
> >> > if( vSemi == -1 ) vSemi = document.cookie.length;
> >> >
> >> > }
> >> > </script>
> >> > <APPLET CODE=LoadJpg.class ARCHIVE=loadjpg.jar name=NCApplet
> >> > WIDTH=320 HEIGHT=260 CODEBASE = http://192.168.0.15/web/>
> >> > <PARAM NAME=FPS VALUE=30>
> >> > <param name=ImageTransferPort value=8080>
> >> > <param name=ID value=guest>
> >> > <param name=PASSWORD value=guest>
> >> > <param name="VER_FLIP" value="0">
> >> > <param name="HOR_FLIP" value="0">
> >> > </APPLET>
> >> >
> >>

>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Network Camera scratch4cj Wireless Internet 2 07-03-2007 12:54 PM
Network Camera and WebCam Solution? M Home Networking 3 06-21-2007 08:43 AM
network camera Hiep Wireless Networks 1 03-28-2006 10:38 PM
Sony SNC-M3W - Wireless IP/Network Camera Nathan Goldberg Wireless Internet 0 05-26-2005 02:42 AM
Internet/Network camera Drew Home Networking 14 02-18-2004 04:04 PM



1 2 3 4 5 6 7 8 9 10 11