The Nokia N900 Icecast Server

This is the Icecast setup to stream radio from a Nokia N900 as discussed in Corner Geeks Episode 2. Follow the instructions below or watch the video below (direct YouTube link)

Setting up an Icecast Server on an N900

  1. Root the N900
    • Go to Application manager>>Application catalogs>>New
    • Write "maemo.org extras-testing" for catalog name
    • Give web address as "http://repository.maemo.org/extras-testing"
    • Enter "fremantle" as the distribution
    • Enter "free non-free" for components
    • Download rootsh from Application Manager.
  2. Open Terminal
  3. "sudo gainroot"
  4. Install icecast via "apt-get install icecast2"
  5. Search for gstreamer lame plugin: "apt-cache search gstream lame"
  6. Installer the gstreamer lame plugin: "apt-get install gstreamer0.10-plugins-ugly-multiverse" (this may change, just the search results from the previous steps)
  7. Start the Icecast server with the following command (this combines starting a Icecast server and sending audio via a source client all in one command
    "gst-launch pulsesrc ! audioconvert ! lame quality=9 ! shout2send mount=/listen.mp3 port=8000 password=YourPass ip=ServerIP"

    You can change the mount, port, password, ip values depending on your setup.

  8. The Icecast server is now up and running (assuming there are no errors / typos) and this will stream any audio playing from the device.

To stream Radio on your Icecast Server

  1. Install the FM Radio application from http://maemo.org/downloads/product/Maemo5/fmradio/
  2. Open the application and tune into the correct frequency
  3. Start the Icecast server
Advertisement

This Week in the Life of a Tech Curious Guy: Pilihan FM Online Streaming – Part 1

Hearing the calls of people wondering how to listen online to Pilihan FM 95.9, a national news radio station. Previously there was an online streaming feature but it seems to have broke. I managed to track down the website page that I presumed used to stream online but it just gave a Flash player that did nothing after pressing the “Play Radio” button. So being curious as I am, I took a look at the source of the page to see if there was any hints of the URL that they used for streaming. Sadly there was nothing, just the .swf Flash file, meaning that the Flash file itself has the necessary information to start the stream. What I needed was a Flash decompiler.

A quick Google search and I found flash-decompiler on Google code, which so conveniently is an Adobe Air application and thus is cross platform. Typically tools such as these are built for Linux or Windows, but I’m running OS X so at least I didn’t have to use another computer or boot up a Virtual Machine to use the tool. The decompiler was easy enough to use: just supply the location of the Flash file and click “Parse” and it greeted me with 3 tabs: “Header Section”, “Tags” and “AS3 Classes”. The “Tags” tab seemed to have quite a bit of information so slowly I took a look at it, trying to find what the play button did and if there was any URL that it processed. After a bit of search viola! mms://202.160.15.86/pilihan was found!

I tried to load the stream, but there was no response. So it seemed that this was a dead stream that no longer exists or that the streaming device / configuration just died. So this round 1 of exploration is deemed as a failure results-wise as the goal of being able to stream the radio online was not met.

So what do you do, when services provided by others don’t work? Well you roll your own solution! In the continuation post we shall learn how to stream audio from a device to the World thanks to the wonders of the Internet. Stay tuned!

Ted Williams: The Homeless Man with the Golden Voice

I first read a tweet about this but it only passed me by and I didn’t click the link to the story. Surprisingly I was draw in by a total non-obvious but related tweet that stated “Digg is dead. Long live Reddit! http://bit.ly/fH6pB2” by @codinghorror(Jeff Atwood) and boy, am I sure glad I got pulled into the story this way. Watch the video below:

When I read the story by @ambermac, I tear was brought to my eye by the kind hearts over at Reddit with people wanting to contribute to the cause by getting Ted Williams a phone or clothes and some even gave job offers. From around 320,000 views when I first saw it, it is currently at 4,024,790 views 9 hours later, this is truly a heart warming story of a guy who is down on life and is just trying to get a second chance, and we (the people of the Internet) are sincerely trying to help him out in whatever way we can.

For me, today the 5th of January 2011 will be known as Ted Williams day.