10-18-2018, 10:29 AM
(10-17-2018, 06:44 PM)Tim Curtis Wrote: 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.I already did like this;
decoder {
plugin "ffmpeg"
enabled "no"
}
decoder {
plugin "faad"
enabled "no"
}
decoder {
plugin "ffmpeg"
enabled "yes"
}
kitamura_design