pues segun, que quieres video y audio en directo o quieres poner videos ya grabados....
puedes usar flash para crear esos videos, o usar NSV Tools de la casa Shoutcast, usan el codec VP3 y si investigas hasta encuentras el VP6 que es increible...
NSV
asi puedes emitir en directo desde tu casa... o poner videos reproducibles con winamp a alta calidad...
hay mas formatos pero bueno, wmv de windows, con el que puedes hacer un script en html o html y java script que te saldra una bonita pantalla tipo reproductor...
este es un ejemplo, puedes usar una radio, un mp3 o video, ajustando el codigo
index.html
Código PHP:
<a href="http://www.valenciadjs.com/valenciadjs/radio_ie.html" target="popup" onClick="window.open(this.href, this.target, 'width=415,height=143'); return false;">Radio ValenciaDjs</a>
visor.html
Código PHP:
<HTML>
<HEAD>
<TITLE>Radio ValenciaDjs</TITLE>
</HEAD>
<body leftMargin="0" topMargin="0" marginheight="0" marginwidth="0">
<script language="JavaScript">
<!--
if ( navigator.appName == "Netscape" )
{
//-- This next line ensures that any plug-ins just installed are updated in the browser
//-- without quitting the browser.
navigator.plug-ins.refresh();
// We don't need the APPLET within IE
// ***Please note that if you do not need to script events, you can safely remove the next two lines
document.write("\x3C" + "applet MAYSCRIPT Code=NPDS.npDSEvtObsProxy.class")
document.writeln(" width=5 height=5 name=appObs\x3E \x3C/applet\x3E")
}
//-->
</script>
<!-- Set ShowControls, ShowDisplay, ShowStatusBar to value 0 to not display the corresponding thing under the video window -->
<OBJECT ID="MediaPlayer" WIDTH=415 HEIGHT=143 classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=6,4,7,1112"
standby="Loading Microsoft Windows Media Player components..."
type="application/x-oleobject">
<param name="standby" value="Cargando Microsoft Windows Media Player ...">
<param name="enabled" value="true">
<param name="autostart" value="true">
<param name="filename" value="Radio.ValenciaDjs.128.144.Stereo.-.Hardcore.asx">
<param name="src" value="Radio.ValenciaDjs.128.144.Stereo.-.Hardcore.asx">
<PARAM NAME="FileName" VALUE="Radio.ValenciaDjs.128.144.Stereo.-.Hardcore.asx">
<PARAM NAME="ShowControls" VALUE="1">
<PARAM NAME="ShowDisplay" VALUE="1">
<PARAM NAME="ShowStatusBar" VALUE="1">
<PARAM NAME="AutoSize" VALUE="1">
<Embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows/windowsmedia/download/AllDownloads.aspx/"
filename="Radio.ValenciaDjs.128.144.Stereo.-.Hardcore.asx"
src="http://www.valenciadjs.com/valenciadjs/Radio.ValenciaDjs.128.144.Stereo.-.Hardcore.asx"
Name=MediaPlayer
ShowControls=1
ShowDisplay=1
ShowStatusBar=1
width=415
height=143 FileName="http://www.valenciadjs.com/valenciadjs/Radio.ValenciaDjs.128.144.Stereo.-.Hardcore.asx" autostart="true" enabled="true" standby="Cargando Microsoft Windows Media Player ...">
</embed>
</OBJECT>
</BODY>
</HTML>