Streamtuner: Difference between revisions

From OLPC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Streamed Internet Radio: Streamtuner
Streamed Internet Radio: Streamtuner


[[This page is under construction.]] Please feel free to improve this!
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/

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/ However, you should also know that this application is no longer supported. :(


== Installation ==
== Installation ==
Line 7: Line 9:
This requires an internet connection, and some terminal activity...
This requires an internet connection, and some terminal activity...


In addition, Streamtuner requires: Audacious (2.9 M)
In addition, Streamtuner requires (by default): Audacious (2.9 M)
But if you already have Xmms installed that is much better, since I have MP3 working properly in that program. I have not been able to get Audacious to work with mp3 decoder/plugin... [Any suggestions?]


# yum install xmms
However, Audacious doe not come with the correct mp3 decoder... [I can't get this to work at the moment...]

or


# yum install audacious
# yum install audacious
Line 28: Line 33:
# yum install streamtuner
# yum install streamtuner


[[somewhere along the lines above you will get a dependency error for audicious, I recommend to instead force the streamtuner installation without Audicious and intstall Xmms instead. You can then edit the ~/.streamtuner/config file and replace any occasion of "audicious" with "xmms". ]]


# rpm --nodeps -i XXXXX
== Template... (DO NOT FOLLOW) ==


* import the Livna [http://www.fedorafaq.org/#gpgsig public key]:
<code><nowiki># rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY</nowiki></code>


== Configuration ==
* install the Livna repository package: <code><nowiki># rpm -i http://rpm.livna.org/livna-release-7.rpm</nowiki></code>


Start strematuner at least once to get the config files in place.
* perform an update of the package database: <code># yum update</code>
Edit the configuration file: ~/.streamtuner/config

* [''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:

# rpm --nodeps -i [mirror URL]
# 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

* [''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 00:32, 15 April 2008

Streamed Internet Radio: Streamtuner

This page is under construction. Please feel free to improve this!

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/ However, you should also know that this application is no longer supported. :(

Installation

This requires an internet connection, and some terminal activity...

In addition, Streamtuner requires (by default): Audacious (2.9 M) But if you already have Xmms installed that is much better, since I have MP3 working properly in that program. I have not been able to get Audacious to work with mp3 decoder/plugin... [Any suggestions?]

# yum install xmms

or

# yum install audacious


First you need to install the Repository Key (not strictly necessary) from: http://www.bennewitz.com/rpms/RPM-GPG-KEY.endur

# wget http://www.bennewitz.com/rpms/RPM-GPG-KEY.endur
# rpm --import RPM-GPG-KEY.endur

Then you need to install the repositry RPM:

# rpm -i http://www.bennewitz.com/rpms/endurs_repo_i386-release-1.0-5.noarch.rpm

And then the Streamtuner itself from: http://www.bennewitz.com/rpms/fedora/7/i386/streamtuner-0.99.99-16.1.fc7.i386.rpm

# rpm -i http://www.bennewitz.com/rpms/fedora/7/i386/streamtuner-0.99.99-16.1.fc7.i386.rpm
# yum install streamtuner

[[somewhere along the lines above you will get a dependency error for audicious, I recommend to instead force the streamtuner installation without Audicious and intstall Xmms instead. You can then edit the ~/.streamtuner/config file and replace any occasion of "audicious" with "xmms". ]]

# rpm --nodeps -i XXXXX


Configuration

Start strematuner at least once to get the config files in place. Edit the configuration file: ~/.streamtuner/config