Streamtuner

From OLPC
Revision as of 16:21, 14 April 2008 by Vonankh (talk | contribs)
Jump to: navigation, search

Streamed Internet Radio: Streamtuner

This page is under construction. It's intention is to show how to install a stream internet radio application on your OLPC. The only one easy to use I have found is Streamtuner, by: Jean-Yves Lefort [jylefort@brutele.be] found here: http://www.nongnu.org/streamtuner/

Installation

This will require a live internet connection, and some quality time with the terminal activity.

  • import the Livna public key: # rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY
  • install the Livna repository package: # rpm -i http://rpm.livna.org/livna-release-7.rpm
  • perform an update of the package database: # yum update
  • [optional / obsolete] try to install MPlayer: # yum install mplayer - it won't work, but it will list the missing dependencies
  • the required libdvdnav-4 lives outside any known repository - select a mirror and install the repository package: # rpm --nodeps -i [mirror URL]
    (e.g. # rpm --nodeps -i http://ftp.belnet.be/pub/mirror/Mandrakelinux/current/i586/media/main/backports/libdvdnav4-4.1.1-0.956.2mdv2008.0.i586.rpm)
  • install MPlayer: # yum install mplayer
  • [optional] install MPlayer GUI: # yum install mplayer-gui

The interface not "Sugar-ified", but the Sugar GUI will simply use a placeholder icon in the running app ring.

Configuration