Replies: 1 comment 3 replies
-
Snapcast requires fifo output not pipe. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I try to setup a pipe output.
What I´ve done is
audio_output { type "pipe" name "/tmp/snapfifo" mixer_type "software" format "48000:16:2" }
When I try to start
systemctl start mpd.service
it fails withexception: Failed to configure output in line 367; No "command" parameter specified
I´ve checked Configuring audio outputs
Can´t find any description about 'command' param.
Found some text under pipe
checked the man mpd.conf from required
coudn´t find anything under requried or optional parameters.
In the plugin reference from fifo
only the 'path' parameter is described.
The 'command' parameter seems to be mandatory for pipe output. But I have no idea which command should be executed at this point. What would be your recommendation?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions