You are not logged in.
Hi I got following error with this config
/etc/asound.conf
pcm.mpd {
type softvol
slave.pcm "default"
control.name "MPD Playback Volume"
control.card 0
}
mpd.conf
audio_output {
type "alsa"
name "ALSA"
device "mpd"
mixer_control "MPD"
}
exception: Failed to open "ALSA" (alsa); Failed to open ALSA device "mpd": Host is down
with
audio_output {
type "pipewire"
name "Output with pipewire "
}
i got following error
Jun 23 20:05 : exception: Failed to open "My pipewire output" (pipewire); Failed to connect stream: Host is down
Why?
User mpd is in audio and video group
Last edited by Morta (2024-06-24 06:17:51)
Offline
Does "mpv -ao pipewire thunderstruck.mp3" produce sound?
You're running mpd as system service, not a user service/process?
https://bbs.archlinux.org/viewtopic.php … 0#p2114190
Offline
You're running mpd as system service, not a user service/process?
systemctl enable —now —user mpd.service
I run now as user and adjust the port of the socket.
It‘s working
Offline