From 79fd340f8219325cedd0ca7901ab16919b4374a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Thu, 8 Apr 2021 19:25:37 +0200 Subject: [PATCH] feat(mpd-fm): remove http streaming, not using it since mpv-radio --- configs/mpd-fm.nix | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/configs/mpd-fm.nix b/configs/mpd-fm.nix index 9a4ed16..ad19aa7 100644 --- a/configs/mpd-fm.nix +++ b/configs/mpd-fm.nix @@ -24,18 +24,6 @@ in type "pulse" 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. - } ''; };