Search code examples
audio-streamingchromiumtcpdumpinternet-radio

Play INDIE 103.1 stream in Chrome Radio Player extension


Can anyone help me to find the streaming URL of the INDIE 103.1 online player? I'm looking for a way to play the stream directly through the Chrome Radio Player extension. I already tried fiddling with tcpdump:

tcpdump -i wlan0 -nn -s0 -A -l|grep --line-buffered "XEDAFM?streamtheworld_user" -A 2|grep --line-buffered "Host: \|GET "

and found requests of the form

.UY&.X.{GET /KDLDFMAAC?streamtheworld_user=1&nobuf=1315831486041 HTTP/1.1
Host: 208.80.54.96

However, trying to play http://208.80.54.96//KDLDFMAAC?streamtheworld_user=1&nobuf=1315831486041 doesn't seem to work.


EDIT 1:

I found that the URL http://208.80.52.108/KDLDFMCMP3 plays the stream when accessed directly via Chromium. However, the Radio Player extension doesn't play the stream. All I can see from terminal is

New Stream Requested - chrome-extension://hgjdhckebbdoobhniheihpdogeoeelbn/background.html
Entering destroy stream reason = 0 for chrome-extension://hgjdhckebbdoobhniheihpdogeoeelbn/background.html
Sending SetProgressText to connection 0x56f95a0
URL Notify url = 'chrome-extension://hgjdhckebbdoobhniheihpdogeoeelbn/background.html'
reason = 0
chrome-extension://hgjdhckebbdoobhniheihpdogeoeelbn/background.html
/home/jm/.cache/gnome-mplayer/plugin/gecko-mediaplayerdikdwn
/control/18890
New Stream Requested - http://208.80.52.108/KDLDFMCMP3

Solution

  • Please have a look here: Indie 103.1 FM lives again on the web

    Using this URL "http://provisioning.streamtheworld.com/pls/KDLDFM.pls" you can run Indie 103.1 in the Chrome Radio Player extension.

    Regards