diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/common/mpd/mpd.conf | 8 |
1 files changed, 8 insertions, 0 deletions
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. +} |