Update mpd configuration
This commit is contained in:
parent
df3e7aa60c
commit
c7d3fd8ea6
1 changed files with 4 additions and 3 deletions
|
|
@ -100,10 +100,11 @@ audio_output {
|
||||||
encoder "opus"
|
encoder "opus"
|
||||||
port "{{ mpd_http_stream_port }}"
|
port "{{ mpd_http_stream_port }}"
|
||||||
bind_to_address "{{ vpn_listen_address }}"
|
bind_to_address "{{ vpn_listen_address }}"
|
||||||
bitrate "128000"
|
bitrate "auto"
|
||||||
format "48000:16:1"
|
allowed_formats "96000:24:2 44800:24:2 44800:16:2 44100:16:2"
|
||||||
always_on "yes"
|
always_on "yes"
|
||||||
max_clients "0" # optional 0=no limit
|
tags "yes"
|
||||||
|
max_clients "0" # optional 0=no limit
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue