Hi there,
I use MPD as my audio server for multi room audio.
I'm trying to pipe MPD into /tmp/snapfifo, however it appears as if the fifo plugin is missing from MPD in LibreELEC, as I get the following error message:
Code
LibreELEC:~/.kodi/userdata/addon_data/service.multimedia.mpd/config # mpd mpd.conf
Nov 09 16:57 : exception: bind to '0.0.0.0:6600' failed (continuing anyway, because binding to '[::]:6600' succeeded): Failed to bind socket: Address already in use
Nov 09 16:57 : hybrid_dsd: The Hybrid DSD decoder is disabled because it was not explicitly enabled
Nov 09 16:57 : exception: Failed to configure output in line 318
Nov 09 16:57 : exception: nested: No such audio output plugin: fifo
Is there anyway to address this, other than using a docker varient?
Thank you for your help