From 7309f597c4e2023026be748dc01caacc44c76242 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Tue, 23 May 2023 00:45:31 +0200 Subject: added http playback to mpd --- config/common/mpd/mpd.conf | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'config/common/mpd') diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf index 4e047ba..7ea7137 100644 --- a/config/common/mpd/mpd.conf +++ b/config/common/mpd/mpd.conf @@ -10,3 +10,11 @@ audio_output { type "pulse" name "pulse audio" } + +audio_output { + type "httpd" + name "My HTTP Stream" + port "8000" + always_on "yes" # prevent MPD from disconnecting all listeners when playback is stopped. + tags "yes" # httpd supports sending tags to listening streams. +} -- cgit v1.2.3