Greetings,
I experimented some links on a radio player called
Screamer Radio and input these links:
Red.FM:
http://starrfm.rastream.com/starrfm-redfmHitz.FM:
http://hitz.rastream.com/hitzBoth stations playing well, at 32kbps AAC.
Haven't tried on Winamp or Windows Media Player because... I am a big fan of both Screamer Radio and
MediaMonkey so I don't have Winamp and I don't like to use Window Media Player because of its incapability that I need.
Here's the trick how to get the links for Malaysia's Radio Station:
1.Go to this link -
Surfmusic.de - Malaysia Radio Station2.You'll see the list of radio stations available. Click on "Listen Live" on your desired radio station.
3.It will pop up a new window (make sure no popup blocker getting in the way). Either it will load itself or you need to manually let it play, depends on the station you chose.
4.Right click at the window, not on the images or any object, just on the blank space in the window, choose "View page source", I use Firefox, so if you're using any other browser, I am sure you can figure out the similar selection.
5.Scroll till you found a media player in javascript line, exp:
<div id='mediaplayer'></div>
<script type="text/javascript">
jwplayer('mediaplayer').setup({
'flashplayer': 'http://www.surfmusic.de/radio-station/player/player.swf',
'id': 'playerID',
'width': '200',
'height': '24',
'duration': '21600',
'provider': 'rtmp',
'streamer' :'rtmp://rtmp1.surfmusik.de/shoutcast',
'autostart': 'true',
'file': 'http://hitz.rastream.com/hitz',
'controlbar': 'bottom'
});
</script></div>from the
bold highlighted link, that is the link you can copy and paste it on your preferred player.
NOTE: some stations didn't work for me, maybe the stations are too EGO to promote their stations to the world, unlike other foreign countries.
Hope this helps. Cheers!