I have this web cam set up at www.huckleberryspetparlor.com/overheadcam1.html
I'm trying to get the camera to stream. When I type in the IP address of the camera directly into the browser it streams, but somehow adding it to the web page, I lose something. When I use the below code, I get a connecting, connecting, but nothing.
This is the code that the tech support of the camera manufacturer suggests using.
I'm all out of ideas.
<OBJECT ID="VitCtrl" width=383 height=313 name="VitCtrl"
CLASSID="CLSID:70EDCF63-CA7E-4812-8528-DA1EA2FD53B6"
CODEBASE="plugins/VitaminCtrl.cab#version=1,0,0,4">
<PARAM NAME="ClickEventHandler" VALUE="3">
<PARAM NAME="VSize" VALUE="SIF">
<PARAM NAME="UserName" value="xxxxxx">
<PARAM NAME="Password" value="xxxxxx">
<PARAM NAME="RemoteIPAddr" value="66.225.33.124:81">
<PARAM NAME="RemotePort" VALUE="5004">
<PARAM NAME="RemoteID" VALUE="14632">
<PARAM NAME="ServerModelType" value="3">
</OBJECT>