diff --git a/templates/mpd.j2 b/templates/mpd.j2 index 5681023..3006844 100644 --- a/templates/mpd.j2 +++ b/templates/mpd.j2 @@ -100,10 +100,11 @@ 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" - max_clients "0" # optional 0=no limit + tags "yes" + max_clients "0" # optional 0=no limit }