Quote:
|
Originally Posted by AutoC
could you tell me how to go about doing it?
|
for mp3 & ogg-vorbis playback
Code:
su -
yum groupinstall "Development Tools"
yum install subversion
yum install libmad-devel libvorbis-devel
svn co https://svn.musicpd.org/mpd/trunk mpd
cd mpd
./autogen.sh
make
make install
Then start the music server by running 'mpd mpd.conf', you'll need to create an mpd.conf, there's an example mpd.conf that you can copy in doc/mpdconf.example, just change the music_directory location to point to the appropriate place for your music and other audio files.
Once it's running the client machines can connect using a vast number of mpd clients, eg
You just specify the ip address of the mpd server in the sonata client
EDIT
the default port is 6600, you will have to open this on the firewall using system-config-firewall