From 1cfaa516353629a48029576a98bf221d4826ad9e Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Sat, 29 Jul 2023 11:45:32 +0200 Subject: changed port of httpd stream --- config/common/mpd/mpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/common/mpd') diff --git a/config/common/mpd/mpd.conf b/config/common/mpd/mpd.conf index 7ea7137..dda6f45 100644 --- a/config/common/mpd/mpd.conf +++ b/config/common/mpd/mpd.conf @@ -14,7 +14,7 @@ audio_output { audio_output { type "httpd" name "My HTTP Stream" - port "8000" + port "7721" 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