diff options
Diffstat (limited to '.config/mpd')
-rw-r--r-- | .config/mpd/mpd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/mpd/mpd.conf b/.config/mpd/mpd.conf index ee95a9e..b932e1b 100644 --- a/.config/mpd/mpd.conf +++ b/.config/mpd/mpd.conf @@ -80,8 +80,8 @@ group "jozan" # systemd socket activiation is in use. # # For network -bind_to_address "any" -# bind_to_address "localhost" +#bind_to_address "any" +#bind_to_address "localhost" # bind_to_address "192.168.1.79" # # And for Unix Socket @@ -276,9 +276,9 @@ audio_output { # name "My HTTP Stream" # encoder "vorbis" # optional, vorbis or lame # port "8000" -# bind_to_address "0.0.0.0" # optional, IPv4 or IPv6 +# bind_to_address "127.0.0.1" # optional, IPv4 or IPv6 ## quality "5.0" # do not define if bitrate is defined -# bitrate "128" # do not define if quality is defined +# bitrate "320" # do not define if quality is defined # format "44100:16:1" # max_clients "0" # optional 0=no limit #} |