Multimedia :: Streaming Audio out there, How



Hi guys,
have a question ....

My system is :
p166, 80 mb ram, sb16, 24xcdrom
rtl8029 pci,
ati pc2tv with daugtherboard tuner (isa)

with
DSL Linux 2.4.20-xfs

I'm trying to install Muse (mpeg3 streamer) with
apt-get install muse (apt installed muse without complains)

but when I try to start muse I receive error :
muse: error while loading shared librairies : libGL.so.1: cannot open shared object. file: No such file or directory

i dont have libGL.so.1 (find / libGL -print | grep libGL)

please help  :(

(next step: install tvtuner (ati isa))

usr/X11R6/lib/libGL.so.1  ->  libs/xlibmesa3-gl

Code Sample
apt-get install xlibmesa3-gl

You don't have OpenGl installed.

I have a feeling apt will want you to install the fullblown version of X after this.  You may want to build muse from source to see if you can alleviate the prepackaged dependancy.  It may work, it may not, just a thought.

Code Sample
apt-get source -b muse


Have you considered icecast?
Code Sample
apt-get install icecast2
It's in unstable and doesn't require OpenGl, although it _does_ require quite a few other libs.

hi Grim,
Thanks for the reply

upon your suggestion i removed Muse and tried to install
apt-get install icecast2

could not find package !

maybe I need to update my apt sourve list ?
:p
any idea what should be the new line in my apt source list ?

Thanks

Well, here's my sources.list...
Code Sample
deb ftp://ftp.us.debian.org/debian/ testing main non-free contrib
deb-src ftp://ftp.us.debian.org/debian/ testing main non-free contrib
deb ftp://ftp.us.debian.org/debian/ unstable main non-free contrib
deb-src ftp://ftp.us.debian.org/debian/ unstable main non-free contrib
deb ftp://ftp.debian.org/debian/ testing main non-free contrib
deb-src ftp://ftp.debian.org/debian/ testing main non-free contrib

# Security
deb http://security.debian.org/ testing/updates main contrib non-free

# Mplayer
deb ftp://ftp.nerim.net/debian-marillat/ unstable main

# Fontconfig2
deb http://www.tu-harburg.de/~vkv/debian ./

...and I didn't have a problem finding icecast2, however, I am using a couple of unofficial repositories in my sources.list.  They are unsupported, but, so far, I haven't had a problem with them.  YMMV.

If you ever feel adventurous, you can always look for unsupported repositories, or hard-to-find packages at apt-get.org.

Foll.UP

I'm reinstalling DSL 0.6
glad to see Midnight Commander is in there !!!

Will try icecast2 again but until now, no show :(
also found oddcast that works with xmms... maybe ...
but I would prefer to stream directly from the dsl box
and then open a port on the router.

will report result and the howto maybe ...

Next Page...
original here.