so, mit dem MediaPlayer eingebette scheint das weiter zu gehen, ich muss mich einloggen (will der Stream-Geber), alles wie es soll.
Allerdings startet der Stream nicht, im MediaPlayer unten steht immer "Verbindung wird hergestellt".
Kann mal jemand bitte gucken, ob ich irgendwo einen Logik-Fehler eingebaut habe? Danke!
<html>
<body>
<table width="334" height="210" border="1" align="center" cellpadding="3" cellspacing="0">
<tr>
<th bgcolor="#000000" scope="col"><table width="320" height="9" border="0" cellpadding="2" cellspacing="0" bgcolor="#000000" class="content">
<tr>
<td width="316" height="9" align="center"><OBJECT ID="Player"
WIDTH=640
HEIGHT=480
CLASSID=""
CODEBASE="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,5,715"
STANDBY="Loading Microsoft¨ Windows Media Player components..."
TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://192.168.0.10:443/stream.av">
<PARAM NAME="AnimationatStart" VALUE="0">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="TransparentatStart" VALUE="0">
<PARAM NAME="ShowDisplay" VALUE="0">
<PARAM NAME="AutoStart" VALUE="1">
<PARAM NAME="ShowCaptioning" value="1">
<PARAM NAME="ShowTrackbar" value="0">
<EMBED TYPE="application/x-mplayer2"
PLUGINSPAGE="http://www.microsoft.com/isapi/redir.dll?prd=windows&sbp=mediaplayer&ar=Media&sba =Plugin&"
SRC="http://192.168.0.10:443/stream.av"
NAME="Player"
WIDTH=640
HEIGHT=480
ShowControls=1
ShowDisplay=0
ShowStatusBar=1
ShowTrackbar=0
AutoStart=1
AnimationatStart=0>
</embed>
</OBJECT>
</td>
</tr>
</table></th>
</tr>
</table>
</body>
</html>