Comment 1 for bug 364475

Revision history for this message
Billie Thompson (billiecodes) wrote :

I fixed this for myself by adding

## PulseAudio as per the description on http://www.pulseaudio.org/wiki/PerfectSetup#MPD

audio_output {
        type "pulse"
        name "My MPD PulseAudio Output"
# server "localhost" # optional
# sink "alsa_output" # optional
}

to my configuration. For some reason it doesn't work if you have the server defined, or the sink defined.