Home
Back

SKU-16120 SUPPORT

 
Changing the Browser based remote access to work inside of your local area network.

The computer that the cards are installed in will need to have an IP address that never changes. Normally when you turn on your your computer the router will assign your PC the next available IP address, usually 192.168.1.100 or 192.168.1.102 or something like that. 

To make your computer get the same IP address every time you will need to manually go into windows and tell your computer what it's IP address is going to be instead of letting it pick one up from the router. This is how it's done here in our offices. 

Click on START then CONTROL PANEL then NETWORK CONNECTIONS
Right click on your net work connection then click PROPERTIES
Scroll down until you see the Internet Protocol (TCP/IP) option and highlight it. Then click on the PROPERTIES button.


This is what you should see:
This is what it should look like when your done.
 
Now your computer will always have the same IP address.
You may need to restart you PC now - Do it anyway.
 
   
File Name: c:\DVR\wwwroot\screen320.html 
Open this file with windows note pad.

Chang it from:

<html>
<head>
</head>

<body>
<table>
<tr>
<object id="WebDvr" classid="CLSID:9B6FBD9B-BD8E-4669-B4C3-1EEC540FE880"
codebase="http://<?SERVER ADDRESS?>//WebDvr.cab#version=1,0,0,4"

width="320" height="240">
<param name="Address" "<?SERVER ADDRESS?>">
<param name="Port" value="8013">
<param name="User" value="anonymous">
<param name="Password" value="">
<param name="DisplayMode" value="<?DisplayMode?>">
<param name="DisplayBlock" value="<?DisplayBlock?>">
</object>

</tr>
</table>
</body>
</html>

Change it to:

<html>
<head>
</head>

<body>
<table>
<tr>
<object id="WebDvr" classid="CLSID:9B6FBD9B-BD8E-4669-B4C3-1EEC540FE880"
codebase="http://192.168.1.122//WebDvr.cab#version=1,0,0,4"

width="320" height="240">
<param name="Address" value="192.168.1.122">
<param name="Port" value="8013">
<param name="User" value="anonymous">
<param name="Password" value="">
<param name="DisplayMode" value="<?DisplayMode?>">
<param name="DisplayBlock" value="<?DisplayBlock?>">
</object>

</tr>
</table>
</body>
</html>

Save the file. Now you should be able to use IE to watch your cameras from with in the network.

You would type http://192.168.1.122


 

 

 

 

 ©2002 SPYSHOP2000.COM - All rights reserved.   contact support terms of sale
All Purchases made from this website are subject to our Terms Of Sale Contract.