diff --git a/playbooks/mpdf.conf.j2 b/playbooks/mpdf.conf.j2 index 7810816..82fd843 100644 --- a/playbooks/mpdf.conf.j2 +++ b/playbooks/mpdf.conf.j2 @@ -288,10 +288,10 @@ audio_output { type "httpd" always_on "yes" enabled "yes" - name ""{{ stream }}"" + name "{{ stream }}" encoder "lame" # optional, vorbis or lame - port ""{{ stream_port + item }}"" - bind_to_address ""{{ bind_address }}"" # optional, IPv4 or IPv6 + port "{{ stream_port + item }}" + bind_to_address "{{ bind_address }}" # optional, IPv4 or IPv6 quality "3.0" # do not define if bitrate is defined # bitrate "128" # do not define if quality is defined # format "44100:16:1"