View Single Post
  #4  
Old 04-07-2010, 02:32 AM
Stream Recorder
 
Posts: n/a
Default

Re: Help finding RTMP URL for live video streaming & embed flash player onto my web-s


Quote:
that is the thing I dont know where to find lol. I thought there was a scanner that could scan rtmp from various sites...

maybe try this: sixtv.tv
I can't play the stream from sixtv.tv, so I can find the URL for you.

But since you need to embed your stream onto your web-site, you can use JW Player like sixtv.tv does. Here is the code they use (you can get it from the cache of your browser)
Code:
<object data="sixtvflash.swf" type="application/x-shockwave-flash" height="330" width="450"> 
<param value="mpl" name="id"> 
<param value="mpl" name="name"> 
<param value="eu_pago_servidor_dedicado_otarios_pega_o_rtmp_agora_bando_de_corno"> 
<param value="&amp;&author=&streamer=rtmp://fme.streamapi.com/hd_receiver/live/botafogo&file=freesixtv.flv&amp;bufferlength=1&amp;&plugins=tipjar.swf&tipjar.business=six@sixtv.org&tipjar.amount=44.95&tipjar.title=AFILIE-SE AO SIXTV.ORG!&tipjar.text=Faзa sua DOAЗГO para assistir esse e outros canais PFC e SPORTV. - 44.95USD = 3 MESES VIP OU TESTE por 7 DIAS Doando 19.95USD - OBRIGADO PELA VISITA!.&tipjar.show_pause=true&tipjar.show_complete=true&amp;&amp;image=http://sixtv.tv/portal/encerrado.png&duration=5&amp;link=http://www.sixtv.org/donate&amp;autostart=true&amp;showdigits=true&amp;&amp;stretching=exactfit&amp;backcolor=003264&amp;frontcolor=FFFF00&amp;lightcolor=FF0000&amp;screencolor=000000&logo=../minilogo2.png&amp;volume=95&amp;autostart=true" name="flashvars"> 

<param value="sixtvflash.swf" name="src"> 
<param value="transparent" name="wmode"> 
<param value="true" name="allowfullscreen"> 
<param value="high" name="quality"> 
</object>
Reply With Quote