diff options
| author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-29 11:45:32 +0200 | 
|---|---|---|
| committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-07-29 11:45:32 +0200 | 
| commit | 1cfaa516353629a48029576a98bf221d4826ad9e (patch) | |
| tree | 43a93537a0ca2d67a58a9f52756cdcc083250a3f /config/common/mpd | |
| parent | 4d4769747c968da74f57ed5105cea59903669aee (diff) | |
changed port of httpd stream
Diffstat (limited to 'config/common/mpd')
| -rw-r--r-- | config/common/mpd/mpd.conf | 2 | 
1 files changed, 1 insertions, 1 deletions
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.  }  | 
