Thanks, it was helpful but couldnt solve it completely.
Here is the situation:
From Dlink website, this is a java script which streams the video to a normal browser. (HTTP).. I tried opening all combinations of these urls in the browser. It doesnt work.
Cam's http port is 80.
5003 is video stream and 5002 is audio stream and 5000 is supposedly for control (pan / tilt)
How should i enter the path.
:
java script
<script language="JavaScript"> <!-- if ((navigator.appName == "Microsoft Internet Explorer")&&(navigator.platform != "MacPPC")) { document.write("<OBJECT ID=\"VaCtrl\" WIDTH=362 HEIGHT=306"); document.write(" CLASSID=CLSID:A93B47FD-9BF6-4DA8-97FC-9270B9D64A6C"); document.write(" CODEBASE=\"http://24.45.76.223:5004/plugin/h263ctrl.cab#version=1,7,0,5\">"); document.write("<PARAM NAME=\"Url\" VALUE=\"http://24.45.76.223:5004/cgi-bin/video.vam\">"); document.write("<PARAM NAME=\"VSize\" VALUE=\"SIF\">"); document.write("<PARAM NAME=\"RemoteIP\" VALUE=\"24.45.76.223:5004\">"); document.write("<PARAM NAME=\"RemotePort\" VALUE=\"5001\">"); document.write("</OBJECT>"); } //--> </script>
:
"
thanks.