|
Livestream Webcam
Einbetten einer Live-Webcam (mit Ton) per Windows Media Player Nachteile:
Beispiel-Code:
<OBJECT WIDTH=320 HEIGHT=310 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701">
<PARAM NAME="FileName" value="http://example.com/example.asx">
<PARAM NAME="AutoSize" value="true">
<PARAM NAME="ShowStatusBar" value="false">
<PARAM NAME="ShowControls" value="true">
<PARAM NAME="ShowDisplay" value="true">
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
filename="http://example.com/example.asx"
src="http://example.com/example.asx"
name=NSPlay showcontrols=1 showdisplay=1 showstatusbar=0 width=340 height=300>
</embed>
</OBJECT>
Hinweis: Bei "filename" und "src" ist die korrekte http-Web-Adresse eurer Webcam einzutragen. |