Hola mi nombre es Jorge

D

djorgeleal

Alguien de esta comunidad que me ayude a sacar una transmisión RTMP para pegarla en mi web ya que no puedo lograr lo indicado y se que el admin CARLOS ARREOLA publico un tema sobre este mismo problema pero no dieron soluciones..


Este es el codigo de la web

</font>
</div></div>
<script type="text/javascript" src="flowplayer-3.2.4.min.js"></script>
<div align="center">
<!-- this A tag is where your Flowplayer will be placed. it can be anywhere -->
<a
href="http://e1h13.simplecdn.net/flowplayer/flowplayer.flv"
style="display:block;width:500px;height:420px"
id="player2">
</a>

<!-- this will install flowplayer inside previous A- tag. -->

<script type="text/javascript">
flowplayer("player2", {src: "flowplayer-3.2.5.swf", wmode: 'opaque'},
{
play: null ,

canvas: {
backgroundImage: 'url()'
},

clip: {
url: 'larinconada',
live: true,
provider: 'rtmp'
},

plugins: {
rtmp: {
url: 'flowplayer.rtmp-3.2.5.swf',
netConnectionUrl: 'rtmp://67.220.191.250/alaska'
},

fwlr: {
url: 'flowplay.swf',
}

}

}


);
</script>

</div>

Aquí el admin agrego su código EMBED y creo que no lo a podido solucionar


<script src="http://releases.flowplayer.org/js/flowplayer-3.2.6.min.js"></script>
<table border="0"><tr><td width="480"><div class='centrar'>
<a style="display: block; height:360px;width:480px;border: solid 0px #ccc;" id="rtmp_player"></a><script>
$f("rtmp_player", "http://releases.flowplayer.org/swf/flowplayer-3.2.7.swf", {
clip: {url : 'larinconada', live : true, provider: 'rtmp'},plugins: {rtmp: {url: 'http://releases.flowplayer.org/swf/flowplayer.rtmp-3.2.3.swf',
netConnectionUrl: 'rtmp://67.220.191.250/alaska' ,subscribe:true }}});
</script></div></td></tr></table>


AYUDA POR FAVOR
 
Arriba