diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-06-18 23:05:23 +0200 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-06-18 23:05:23 +0200 |
commit | 11ee207cc10e72aa96fad4715b14a84c686ad480 (patch) | |
tree | bc98d60bb59ab0fdc183c6673fe8fe143fd367bc /config/common/mpd | |
parent | 305c8e8ff1fc4a76fb42151105e119e8266df57c (diff) | |
parent | 8c5d85923a970bd60657848e1c2c6f627c4329d9 (diff) |
Merge branch 'main' of db:dotfiles
Diffstat (limited to 'config/common/mpd')
-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. +} |