Streamtuner: Difference between revisions
Jump to navigation
Jump to search
(Installing Streamtuner (streamed internet radio)) |
No edit summary |
||
Line 1: | Line 1: | ||
Streamed Internet Radio |
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 [http://www.fedorafaq.org/#gpgsig public key]: <code><nowiki># rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY</nowiki></code> |
|||
* install the Livna repository package: <code><nowiki># rpm -i http://rpm.livna.org/livna-release-7.rpm</nowiki></code> |
|||
* perform an update of the package database: <code># yum update</code> |
|||
* [''optional / obsolete''] try to install MPlayer: <code># yum install mplayer</code> - it won't work, but it will list the missing dependencies |
|||
* the required [http://rpm.pbone.net/index.php3/stat/4/idpl/5528126/com/libdvdnav-4.1.1-2.fc7.i386.rpm.html libdvdnav-4] lives outside any known repository - select a mirror and install the repository package: <code><nowiki># rpm --nodeps -i [mirror URL]</nowiki></code> <br> (e.g. <code><nowiki># 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</nowiki></code>) |
|||
* install MPlayer: <code># yum install mplayer</code> |
|||
* [''optional''] install MPlayer GUI: <code># yum install mplayer-gui</code> |
|||
The interface not "Sugar-ified", but the [[Sugar]] GUI will simply use a placeholder icon in the running app ring. |
|||
== Configuration == |
Revision as of 20:21, 14 April 2008
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.