From 87dff94749511337b6ddf1667e0f4cd93befd6ae Mon Sep 17 00:00:00 2001 From: jo Date: Tue, 6 Sep 2022 19:59:46 +0200 Subject: [PATCH] fix(installer): add liquidsoap config section --- installer/config.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/installer/config.yml b/installer/config.yml index c2c6fcf83..447f76bef 100644 --- a/installer/config.yml +++ b/installer/config.yml @@ -86,6 +86,18 @@ playout: # > default is 16 record_sample_size: 16 +liquidsoap: + # Liquidsoap server listen address. + # > default is 127.0.0.1 + server_listen_address: "127.0.0.1" + # Liquidsoap server listen port. + # > default is 1234 + server_listen_port: 1234 + + # Input harbor listen address. + # > default is ["0.0.0.0"] + harbor_listen_address: ["0.0.0.0"] + stream: # Inputs sources. inputs: