diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-08 15:27:24 +0200 | 
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2014-08-08 15:27:24 +0200 | 
| commit | 9525224ac5f026ed2610902970cfc493ecdcc29a (patch) | |
| tree | c40184129f6024965081c084b6bc443b3d6ec340 /examplesite/configuration.sh | |
| download | dab-scripts-9525224ac5f026ed2610902970cfc493ecdcc29a.tar.gz dab-scripts-9525224ac5f026ed2610902970cfc493ecdcc29a.tar.bz2 dab-scripts-9525224ac5f026ed2610902970cfc493ecdcc29a.zip | |
Add scripts and example site
Diffstat (limited to 'examplesite/configuration.sh')
| -rw-r--r-- | examplesite/configuration.sh | 14 | 
1 files changed, 14 insertions, 0 deletions
| 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" + | 
