View Single Post
  #3  
Old 02-13-2010, 04:08 AM
macey macey is offline
Junior Member
 
Join Date: Feb 2010
Posts: 6
macey is on a distinguished road
Default

Re: Streaming assistance please: stream BBC news to my player like MPlayer


Quote:
Originally Posted by Stream Recorder View Post
You can find the URL of the stream by viewing the source of the page..........
Of this I am aware, but due to obfuscation, this is not always easy/straightforward.

Source..........
HTML Code:
<object id="myId" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="560" height="450">
<param name="movie" value="http://media2.myfoxtampabay.com/html/live/AkamaiFlashPlayer.swf" />
<param name="allowfullscreen" value="true" />
<param name="allowscriptaccess" value="always" />

<param name="flashvars" value="src=rtmp%3A//cp52113.live.edgefcs.net/live/news_channel_1@s2677%3Faifp%3Dv0006%26auth%3DdbEa_c4dqdqbTc.dwc9arc0b1c4dta1cXaE-blDOE7-c0-d0i_-EprGGqCoKDpHpyD&autostart=true&themeColor=FFFFFF&scaleMode=stretch&frameColor=000000&fontColor=FFFFFF&link=&embed=" />
<embed src="http://media2.myfoxtampabay.com/html/live/AkamaiFlashPlayer.swf" width="560" height="450" allowfullscreen="true" allowscriptaccess="always" flashvars="src=rtmp%3A//cp52113.live.edgefcs.net/live/news_channel_1@s2677%3Faifp%3Dv0006%26auth%3DdbEa_c4dqdqbTc.dwc9arc0b1c4dta1cXaE-blDOE7-c0-d0i_-EprGGqCoKDpHpyD&autostart=true&themeColor=FFFFFF&scaleMode=stretch&frameColor=000000&fontColor=FFFFFF&link=&embed=" ></embed>
</object>


Any real help to stream this using rtmpdump
much appreciated.
Reply With Quote