Closed neddey closed 6 months ago
Thanks for the post. I notice that the backend you have chosen is "pipe"
, but that is not for PipeWire -- instead it is for output to a Unix pipe.
The PipeWire backend is abbreviated "pw
". So try building with the PipeWire backend: include --with-pw
at the ./configure...
step. You'll be told if you have to add a PipeWire library. Then, specify the pw
backend as the output_backend in the configuration file:
...
output_backend = "pw";
...
Regarding the alsa
problems, you might wish to review this discussion about using sound servers like PipeWire.
This issue has been inactive for 28 days so will be closed 7 days from now. To prevent this, please remove the "stale" label or post a comment.
What happened?
Can stream to shairport fine but there is no volume output when using pipewire. when output_backend is set to alsa I can't even stream to shairport.
Relevant log output
System Information.
Artix Linux OpenRC
Configuration Information.
PulseAudio or PipeWire installed?
How did you install Shairport Sync?
A package manager (apt, apt install, yum, pkg, etc.)
Check previous issues