Cita:
Iniciado por Sarlit Para ponerlo en Wordpress simplemente agrega una página e incluye el código de inserción del vídeo, eso no es difícil por lo que me imagino que la dificultad estará en conseguir dicho código. He buscado el programa en google y no lo encuentro. ¿No tienes ningún ejemplo de página funcionando con eso actualmente ni te viene por ninguna parte de la web del programa como conseguir dicho código? porque, ¿es un programa de streaming, no?
La idea es hacer algo parecido a esto, un poco más moderno:
http://www.biobiotv.cl/
El codigo del reproductor es este:
Código HTML:
<div id="MediaPlayerTAB">
<h1>Please Upgrade Your Flash Player</h1>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"></a></p>
</div>
<script type="text/javascript" src="http://streamradiohd.com/mediacp/system/misc/flvplayer/swfobject.js"></script>
<script type="text/javascript">
var flashvars = {
flvpFolderLocation: "http://streamradiohd.com/mediacp/system/misc/flvplayer/flvplayer/",
flvpVideoSource: "rtmp://streamradiohd.com/8324,8324",
flvpWidth: "700",
flvpHeight: "448",
flvpAutoStartMovie: false
};
var params = {
menu: "true",
allowfullscreen: "true"
};
swfobject.embedSWF("http://streamradiohd.com/mediacp/system/misc/flvplayer/FLVplayer_Custom.swf", "MediaPlayerTAB", "700", "448", "9.0.0", "http://streamradiohd.com/mediacp//system/misc/flvplayer/expressInstall.swf", flashvars, params);
</script>
</p>
<a href="http://streamradiohd.com:1935/8324/8324/playlist.m3u8" alt="Iphone"><img src="http://streamradiohd.com/mediacp/system/theme/Experience/images/iphone.gif" border="0" /></a>
<a href="rtsp://streamradiohd.com/8324/8324" alt="Android"><img src="http://streamradiohd.com/mediacp/system/theme/Experience/images/android.gif" border="0" /></a>
<a href="rtsp://streamradiohd.com/8324/8324" alt="Blackberry"><img src="http://streamradiohd.com/mediacp/system/theme/Experience/images/blackberry.gif" border="0" /></a>
</div>
Saludos;
Felipe