10-17-2018, 06:44 PM
You should be able to specify "no" in the ffmpeg decoder block in /etc/mpd.conf. This should force MPD to use the faad decoder instead of the ffmpec aac decoder for file.aac.
decoder {
plugin "ffmpeg"
enabled "no"
}
decoder {
plugin "ffmpeg"
enabled "no"
}