• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Hilfe Live Videostream

CurtisReni

Neues Mitglied
Hallo,

meine Frau möchte gern für Ihre Website eine Livecam haben,
doch leider geht es nicht ganz so wie es soll.

Für jegliche Hilfe und Tipps wäre ich dankbar.

Hardware ist eine Linksys WVC200
einrichtung DynDNS usw. ist alles erledigt

mit folgenden Code:
<script language="JavaScript" type="text/javascript">
<!-- Start Script
var is_auto_reload = true;
function reloadOnErr(obj)
{
if(!is_auto_reload)
return;
setTimeout("eval('obj.src = obj.src;'", 500); } function dostart(){
document.getElementById("ff").style.display="none";
document.NetCamPlayerWeb11gv2.width = 320;
document.NetCamPlayerWeb11gv2.height = 240;
//#
try{
document.NetCamPlayerWeb11gv2.SetSource("http://gast:[email protected]:5000/img/mjpeg.cgi", "jpeg", "on", "30", "");
document.NetCamPlayerWeb11gv2.SetViewSize(320, 240);
document.NetCamPlayerWeb11gv2.StartPlay(0, "");
}catch(e){
document.NetCamPlayerWeb11gv2.width = 5;
document.NetCamPlayerWeb11gv2.height = 5;
document.getElementById("links").style.display="block";
}
//*
run_flag = true;
}
// End Script -->
</script>
</head>
<body>


<img border="0" id="ff" onerror="dostart();" src="http://gast:[email protected]:5000/img/video.mjpeg" alt="Video for other Platform/OS"/>
<object classid="clsid:9E065E4A-BD9D-4547-8F90-985DC62A5591" CODEBASE="PlayerPT.cab#Version=1,0,0,15" id="NetCamPlayerWeb11gv2" WIDTH="640" HEIGHT="480" vspace="0">
<param name="_Version" value="65536">
<param name="_ExtentX" value="11774">
<param name="_ExtentY" value="6562">
<param name="_StockProps" value="0">
</object>
<div id="links" style="display: none; background-color: white;"> Please install the Plugin.<br> If that didn't work, use <br>
Firefox <a href="Mozilla | Firefox web browser & Thunderbird email client <view-source:http://www.mozilla.com/en-US/>">link</a><br>
or IE 7 <a href="Internet Explorer 8: Startseite <view-source:http://www.microsoft.com/germany/windows/downloads/ie/getitnow.mspx>">link</a><br>
and <a>reload</a>
</div>
bekomme ich schonmal ein Stream in Firefox, jedoch nicht in IE

der Link zur Cam lautet http://laddach.homeip.net:5000

Benutzername: gast
Passwort: gast

Am schönsten wäre natürlich wenn man noch ein Menü zur ansteuerung hätte, wie bei der originalen Bedienoberfläche.

Danke

Gruß Burkhard
 
Zurück
Oben