I'd like to add another mpd audio output for http stream. I enter the below config but Snakeoil doesn't allow me to apply.
Code:
audio_output {
type "httpd"
name "HTTP Server"
port "8000"
encoder "flac"
compression "0"
tags "yes"
always_on "yes"
}