View Single Post
Old 02-19-2011, 01:28 PM   #31
review
Addict
review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.review got an A in P-Chem.
 
Posts: 315
Karma: 6448
Join Date: Nov 2010
Device: 903
@Henri2all

windows users:
1) download notepad++

Linux users:
1) use any editor


2) open any radio app (e.g. classic.app)
3) you will see this:

Code:
#!/bin/sh
/ebrmain/bin/netagent connect
/mnt/ext1/system/mplayer/bin/mplayer -ao oss:/dev/sound/dsp http://scfire-mtc-aa06.stream.aol.com:80/stream/1006 >/dev/null &
4) The part in bold is the one which you need to change.

How to find to a given radio station the media stream?
There are quite a few options.
1) use google, for example google for the station name and mp3 stream
2) check the webpage if they offer a mp3 stream

If you get a winamp media player file (extension pls) or a winamp file this will contain directly the url.

Sounds difficult? Don't worry, it isn't.

Let's do an example. Sky.fm:
1) Go to the webpage
2) click on any station you would like to hear an new window will pop up and play the music
3) click on the tool symbol (for settings) near the volume control
4) you will see yet another window
5) select other MP3 Players / Real
6) a file will be downloaded
7) open this file in a text editor, it'll contain a few urls of the radio station
8) copy/paste this url into your radio app.
9) enjoy listening to your favorite music
review is offline   Reply With Quote