On Wed, May 21, 2014 at 2:05 PM, Moonbase
<moonbase quantentunnel de> wrote:
- install the Ubuntu package gstreamer1.0-tools if necessary
- find out the actual internet radio stream URL; note that most stations don't publish the stream itself, but rather a container URL, e.g. a .pls or .asx playlist; you have to look inside that file to find the stream URL
- open a terminal and run the command
gst-launch-1.0 playbin uri=stream-url
- this should play the stream (for mor diagnostics, run the command with "-v")