Ayuda con el Flowplayer en php

  • Autor Autor CsarAxl
  • Fecha de inicio Fecha de inicio
CsarAxl

CsarAxl

Gamma
Redactor
Verificado por Whatsapp
¡Usuario con pocos negocios! ¡Utiliza siempre saldo de Forobeta!
Hola amigos, les pido ayuda necesito sacar el rtmp de una web que transmite por flowplayer, ok ya lo tengo todos los datos, ahora necesito llevarlos a mi web ya que al copiar el codigo completo no me transmite trate de hacerlo con con llamado <script> y tampoco le voy a dejar la paginas que quiero transmitir
PHP:
SALA 1 </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>

y este es el que uso en mi Web,
PHP:
<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>

pienso yo que con eso ya deberia transmitir o me equivoco?
 
Última edición:

Temas similares

Atrás
Arriba