mirror of
https://github.com/kmein/niveum
synced 2026-03-19 03:21:10 +01:00
feat(mpd-fm): remove http streaming, not using it since mpv-radio
This commit is contained in:
@@ -24,18 +24,6 @@ in
|
|||||||
type "pulse"
|
type "pulse"
|
||||||
name "zaatar single room audio system"
|
name "zaatar single room audio system"
|
||||||
}
|
}
|
||||||
|
|
||||||
audio_output {
|
|
||||||
type "httpd"
|
|
||||||
name "zaatar multi room audio system"
|
|
||||||
encoder "vorbis" # optional
|
|
||||||
port "${toString multi-room-audio-port}"
|
|
||||||
quality "5.0" # do not define if bitrate is defined
|
|
||||||
# bitrate "128" # do not define if quality is defined
|
|
||||||
format "44100:16:2"
|
|
||||||
always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped.
|
|
||||||
tags "yes" # httpd supports sending tags to listening streams.
|
|
||||||
}
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user