From c7d3fd8ea648bbaadcbfa5463ac098b5c6492c5b Mon Sep 17 00:00:00 2001 From: sonny Date: Wed, 14 Aug 2024 08:22:29 +0200 Subject: [PATCH] Update mpd configuration --- templates/mpd.j2 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 }