10-04-2006 09:58 AM
10-05-2006 12:01 PM
Unless your web server is on the same network as your cam, you will need some sort of static IP or DNS setup. The following script placed in the HTML code of your webpage has worked for me.
<OBJECT
ID="mediaPlayer"
CLASSID="CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e9
CODEBASE="http://activex.microsoft.com/activex/controls/mpla
STANDBY="Loading Microsoft Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="fileName" VALUE="http://IP/img/video.asf">
<PARAM NAME="animationatStart" VALUE="true">
<PARAM NAME="transparentatStart" VALUE="false">
<PARAM NAME="autoStart" VALUE="true">
<PARAM NAME="showControls" VALUE="false">
</OBJECT>
Replace //IP with your public IP & if used port number.
10-05-2006 12:40 PM
10-05-2006 04:45 PM
10-21-2006 12:58 PM
You can have a link of the said DDNS address from your website with just a click.
Hope i was able to help you with your concern.
Until then,
Bentuzal
10-23-2006 09:40 AM
10-24-2006 11:36 AM
10-24-2006 11:59 AM
10-24-2006 04:31 PM
09-05-2009 10:22 AM - last edited on 09-05-2009 10:23 AM
There are some simple instructions and a file with the html code you need on this site:
http://www.ultratech.us/ultra/?p=13
Demo:
http://www.ultratech.us/cam.html
Good luck,
mark