Occasionally I listen to Aahaa FM. I started with Chinmayi's Aahaa Kaapi Klub, which is a good companion when I get ready to office. I use GNU/Linux on my computer for the love of command-line. I will show you how I play FM radios on my computer. As you have guessed, I play them from command line :)
This is the script for Aahaa FM:
#!/bin/sh # # Play Aahaa FM using Mplayer. mplayer mms://74.54.85.4/AahaaFM "$@"Update: This command doesn't work anymore because of the changes to Aahaa FM site. Now the users are required to log in to be able to listen. I use a ChickenFoot script to automate the login process.
This is the script for Nila FM:
#!/bin/sh # # Play Nila FM using Mplayer. mplayer http://78.86.174.216:8000/ "$@"
This is the script for Shyam Radio:
#!/bin/sh # # Play Nila FM using Mplayer. mplayer http://wm.chennaistream.net/shyamradio "$@"
only shyam's radio works out now
ReplyDeleteit would be great if u share radio city and suryan fm's similar url tht plays on linux.
Thank you very much
Unfortunately, many free radios simply disappear after a while :(
Delete