View Single Post
  #2  
Old 04-24-2015, 07:51 AM
biezom biezom is offline
Senior Member
 
Join Date: Sep 2014
Posts: 1,025
biezom is on a distinguished road
Default

Re: Help Finding Direct Stream URLs


Quote:
Originally Posted by soxandpats84 View Post
I'm trying to find the direct stream URLs of a couple different groups of radio stations. The first are those that use the Surfer Network streaming service. One example station if this is 95.1 WAYV. I have found a URL for the low quality stream: http://crystalout.surfernetwork.com:8001/WAYV_MP3

But their website player plays in much better (probably AAC) quality:

http://lightningstream.surfernetwork...00& call=WAYV

Unfortunately it's not as easy as just changing the end from WAYV_MP3 to WAYV_AAC

Another one are the Bell Media stations in Canada, for instance 104.5 CHUM-FM. Once again, I found the low quality stream: http://icecastsource2.amri.ca/chumfm-aac

But the one on their website is much higher quality: http://player.chumfm.com/

I've tried URL Snooper/URL Helper, but haven't gotten anywhere

Any help would be appreciated!
hi

first

Code:
rtmpdump -r "rtmp://rocket.surfernetwork.com:10000/live/wayv_aac" -o station1.flv

second

Code:
rtmpdump -r "rtmp://bmradio.fc.llnwd.net:1935/bmradio" -a "bmradio" -f "LNX 17,0,0,134" -W "http://proxy.amri.ca/sites/default/files/player/swf/player.swf" -p "http://player.chumfm.com/" --live -y "torochumf1045" -o "torochumf1045.flv"
Reply With Quote