From 9525224ac5f026ed2610902970cfc493ecdcc29a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 8 Aug 2014 15:27:24 +0200 Subject: Add scripts and example site --- examplesite/configuration.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examplesite/configuration.sh (limited to 'examplesite/configuration.sh') diff --git a/examplesite/configuration.sh b/examplesite/configuration.sh new file mode 100644 index 0000000..9ca0942 --- /dev/null +++ b/examplesite/configuration.sh @@ -0,0 +1,14 @@ +# Configuration file for the encoder scripts + +all_radios=( + "radio1" + "radio2" ) + +# for each radio, write here the full encoder command. +# encode-jack needs: +# URL ID dabmux-URL [amplitude correction] +radios[radio1]="./encode-jack.sh http://radio1streamurl.example.com radio1 tcp://localhost:9000" + +# Attenuate radio2 by 3dB +radios[radio2]="./encode-jack.sh http://radio2streamurl.example.com radio2 tcp://localhost:9001 -3" + -- cgit v1.2.3