Update mpd configuration

This commit is contained in:
sonny 2024-08-14 08:22:29 +02:00
parent df3e7aa60c
commit c7d3fd8ea6

View file

@ -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
} }