From c67fe517651442e48c6b12429966f2c5cb4f52c6 Mon Sep 17 00:00:00 2001 From: Erin Sims Date: Thu, 8 Sep 2022 18:54:41 -0400 Subject: [PATCH] working on changes, and debugging --- playbooks/mpdf.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"