Streamtuner: Difference between revisions
No edit summary |
(unblanked) |
||
(10 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{draft}} |
|||
{{Linux software}} |
|||
{{RightTOC}} |
|||
Streamed Internet Radio: Streamtuner |
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 == |
== Installation == |
||
Line 7: | Line 13: | ||
This requires an internet connection, and some terminal activity... |
This requires an internet connection, and some terminal activity... |
||
In addition, |
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 |
|||
<code><nowiki># rpm --import http://www.bennewitz.com/rpms/RPM-GPG-KEY.endur</nowiki></code> |
|||
http://www.bennewitz.com/rpms/ |
First you need to install the Repository Key (not strictly necessary) from: http://www.bennewitz.com/rpms/RPM-GPG-KEY.endur |
||
⚫ | |||
⚫ | |||
⚫ | |||
Then you need to install the repositry RPM: |
|||
== Template... == |
|||
# rpm -i http://www.bennewitz.com/rpms/endurs_repo_i386-release-1.0-5.noarch.rpm |
|||
* import the Livna [http://www.fedorafaq.org/#gpgsig public key]: |
|||
<code><nowiki># rpm --import http://rpm.livna.org/RPM-LIVNA-GPG-KEY</nowiki></code> |
|||
And then the Streamtuner itself from: http://www.bennewitz.com/rpms/fedora/7/i386/streamtuner-0.99.99-16.1.fc7.i386.rpm |
|||
* 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> |
|||
# yum install streamtuner |
|||
[[somewhere along the lines above you will get a dependency error for audicious.]] I instead recommend to force the streamtuner installation without Audicious and intstall Xmms instead. |
|||
* [''optional / obsolete''] try to install MPlayer: <code># yum install mplayer</code> - it won't work, but it will list the missing dependencies |
|||
# rpm --nodeps -i XXXXX |
|||
* 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> |
|||
Start strematuner at least once to get the config files in place. |
|||
The interface not "Sugar-ified", but the [[Sugar]] GUI will simply use a placeholder icon in the running app ring. |
|||
Edit the configuration file: ~/.streamtuner/config |
|||
⚫ | |||
You can then replace any occasion of "audicious" with "xmms". |
|||
== See Also == |
|||
http://wiki.laptop.org/go/XMMS |
|||
[[Category:Music]] |
|||
[[Category:Software]] |
Latest revision as of 23:43, 13 June 2008
NOTE: The contents of this page are not set in stone, and are subject to change! This page is a draft in active flux ... |
This command is run in the standard Linux environment via the Terminal Activity. The GUI will probably not integrate comfortably with the XO Laptop's Sugar environment. Your user experience may vary considerably depending on the established environment and the other programs running on the laptop, may need re-installation after an OS Update. See the Linux software category for other commands. |
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 instead recommend to force the streamtuner installation without Audicious and intstall Xmms instead.
# rpm --nodeps -i XXXXX
Configuration
Start strematuner at least once to get the config files in place.
Edit the configuration file: ~/.streamtuner/config
You can then replace any occasion of "audicious" with "xmms".