Embedding Windows Media Player para Shoutcast y Icecast

mayo 18, 2011 in Blog, ICEcast, Internet Radio, SHOUTcast by admin  |  No Comments

Este es un código para incorporar (embed) Windows Media Player en tu website para hacer streaming de Shoutcast o Icecast.

Nota: Icecast necesita un punto de montaje (mountpoint) http://ipaddress:port/mountpoint typically «stream»


<OBJECT ID="MediaPlayer" WIDTH="192" HEIGHT="190" CLASSID="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
STANDBY="Loading Windows Media Player components..." TYPE="application/x-oleobject">
<PARAM NAME="FileName" VALUE="http://ipaddress:port">
<PARAM name="autostart" VALUE="true">
<PARAM name="ShowControls" VALUE="true">
<param name="ShowStatusBar" value="false">
<PARAM name="ShowDisplay" VALUE="false">
<EMBED TYPE="application/x-mplayer2" SRC="hhttp://ipaddress:port" NAME="MediaPlayer"
WIDTH="192" HEIGHT="190" ShowControls="1" ShowStatusBar="0" ShowDisplay="0" autostart="1"> </EMBED>
</OBJECT>

No Display: HEIGHT=»45″ (2 height to change)
No Autostart: <PARAM name=»autostart» VALUE=»false»> and autostart=»0″
 

Crea tu estación de radio ahora.
 

Posted in Blog, ICEcast, Internet Radio, SHOUTcast and tagged , , , , , .

Comments are closed.