Revision 1 as of 2009-09-20 15:55:37

Clear message
Edit Info Other
Login
Howto/

MPD

= MPD on Fedora 11 with Pulse Audio= What I am intending to do is to setup MPD "dedicated" server.

1. Install rpmforge 2. Install mpd 3. Edit /etc/mpd

audio_output {
type            "pulse"
name            "Aerion Pulse Daemon"
device "hw:0,0"
format "44100:16:2"
}

4. Edit /etc/init.d/mpd and add next line:  /usr/bin/pulseaudio --start --log-target=syslog &  between lines: {{{ /usr/bin/pulseaudio --start --log-target=syslog &daemon $mpd }}} 5. Edit /etc/pulse/default.pa file and add after the last line:  load-module module-native-protocol-tcp listen=0.0.0.0 auth-anonymous=1 

6. Enjoy your MPD Server. No need to be logged on the server ...