I have setup ncmpcpp with alsa/pavucontrol and it was working great. Since then I've updated to PipeWire and WirePlumber (WirePlumber gui does not work but I don't really care).
The issue I am having is that when selecting a song in ncmpcpp it looks like the audio is playing but no actual sound is coming out.
On the ncmpcpp "Output" page I have: Alsa, Pulse Output, Pipewire Output, my_fifo.
The MPD modifications I've made:
->I have the flags: media-sound/mpd upnp expat alsa pipewire
->mpd.conf
Code: Select all
input {
plugin "curl"
# proxy "proxy.isp.com:8080"
# proxy_user "user"
# proxy_password "password"
}
audio_output {
type "alsa"
name "Alsa"
}
audio_output {
type "pulse"
name "Pulse Output"
}
audio_output {
type "pipewire"
name "Pipewire Output"
mixer_control "Master"
}
audio_output {
type "fifo"
name "my_fifo"
path "/tmp/mpd.fifo"
enabled "yes"
format "44100:16:2"
}
restore_paused "yes"
