You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I've been using sanpserver with mpd for a long time without any problem using fifo.
I have seen that the latest versions of mpd include the snapcast server. I've been testing but can't get it to work.
I use this configuration for both options:
audio_output {
type "fifo"
name "snappipe"
path "/tmp/snapfifo"
format "48000:16:2"
mixer_type "software"
}
audio_output {
type "snapcast"
name "SNAPSERVER"
host "0.0.0.0"
format "48000:16:2"
mixer_type "software"
}
The client command line for both outputs : snapclient -h 192.168.1.123 -s 3 --logfilter *:debug --player alsa
With "snappipe" output it sounds without any problem. With "SNAPSERVER" output is no sound and the debug output is like:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've been using sanpserver with mpd for a long time without any problem using fifo.
I have seen that the latest versions of mpd include the snapcast server. I've been testing but can't get it to work.
I use this configuration for both options:
The client command line for both outputs :
snapclient -h 192.168.1.123 -s 3 --logfilter *:debug --player alsa
With "snappipe" output it sounds without any problem. With "SNAPSERVER" output is no sound and the debug output is like:
[ last line infinitely repeated ]
MPD and MPC versions:
Any help will be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions