diff options
author | Joe <bousset.rudy@gmail.com> | 2022-06-26 00:28:40 +0200 |
---|---|---|
committer | Joe <bousset.rudy@gmail.com> | 2022-06-26 00:28:40 +0200 |
commit | 5cc828e58d72208838cca99ea4670f5102880c86 (patch) | |
tree | 41a62fd4ce5ce33dd78d686ef4267a3024d4381f /.config/mpd | |
parent | Update (diff) | |
download | dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.gz dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.bz2 dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.xz dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.tar.zst dotfiles-bsd-5cc828e58d72208838cca99ea4670f5102880c86.zip |
Update
Diffstat (limited to '')
-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 #} |