I installed MPD, to prevent crackling sound I want to use pulseaudio.
So I configured MPD to use pulseaudio:
audio_output {
type "pulse"
name "MPD PulseAudio Output"
server "localhost"
}
But then MPD cannot connect to pulseaudio:
output: Failed to open "Analoge uitgang" [pulse]: failed to connect: Connection refused
Pulseaudio reports nothing more than "access denied, connection closed".
To fix this problem I performed all the steps described here: http://mpd.wikia.com/wiki/PulseAudio
I restarted MPD and Pulseaudio many times and also rebooted the Raspberry pi many times, but it still doesn't work.
How can I give MPD access to Pulseaudio?
I don't think I'm running the X11-bell plugin. I have a recent 512MB raspberry pi model which I run headless with 2012-12-16-wheezy-raspbian. I only installed MPD, Avahi and Samba.