ich habe mich in den letzten Tagen dazu entschieden, meine private Homepage auf Contenido umzustellen.
Zuerst einmal, das Programm ist spitze.
Bisher klappte auch alles super, lediglich mit der Einbindung meines Webcam Livestreams habe ich ein kleines Problem.
Für den Livestream verwende ich das Programm VisonGS PE.
Nachfolgende der Code, der index.html (liegt in einem Unterverzeichnis meiner Domäne)
Code: Alles auswählen
<html>
<head>
<title></title>
<meta name="author" content="Daniel">
</head>
<body text="#000000" bgcolor="#FFFFFF" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<center>
<br>
<b><font size="+2">TESTCAM 1</font></b>
<br>
<!-- VisionGS Stream Code Begin -->
<object id="MediaPlayer1"
width=640
height=480
classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
standby="Connecting.."
type="application/x-oleobject" align="middle">
<param name="FileName" value=mms://{ip}:8000/">
<param name="ShowStatusBar" value="true">
<param name="DefaultFrame" value="mainFrame">
<param name="ShowControls" value="false">
<param name="ShowDisplay" value="false">
<param name="enableContextMenu" value="false">
<embed type="application/x-mplayer2"
pluginspage = "http://www.microsoft.com/Windows/MediaPlayer/"
src=mms://{ip}:8000/"
width=640
height=480
showcontrols=0
showstatusbar=1>
</embed>
</object>
<!-- VisionGS Stream Code End -->
</center>
</body>
</html>
Gruß
Daniel