aboutsummaryrefslogtreecommitdiffstats
path: root/examplesite/configuration.sh
blob: 9ca0942e5106734c5059aa8b1596ee0eb4e95e7c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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"