Update mpd configuration

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

View file

@ -100,9 +100,10 @@ audio_output {
encoder "opus"
port "{{ mpd_http_stream_port }}"
bind_to_address "{{ vpn_listen_address }}"
bitrate "128000"
format "48000:16:1"
bitrate "auto"
allowed_formats "96000:24:2 44800:24:2 44800:16:2 44100:16:2"
always_on "yes"
tags "yes"
max_clients "0" # optional 0=no limit
}