diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-29 21:25:17 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2016-03-29 21:27:25 +0200 |
commit | 9896066808e9b3584818b6c4beea77758331ba4c (patch) | |
tree | 62b38c84701976ee384a77b6e15ab34ba343d311 /supervisor | |
parent | a44dadd6c2b52acf4a7f2195da82411a4fa82b99 (diff) | |
download | mmbtools-aux-9896066808e9b3584818b6c4beea77758331ba4c.tar.gz mmbtools-aux-9896066808e9b3584818b6c4beea77758331ba4c.tar.bz2 mmbtools-aux-9896066808e9b3584818b6c4beea77758331ba4c.zip |
Update supervisor config
Diffstat (limited to 'supervisor')
-rw-r--r-- | supervisor/dabplus-enc-fb.conf | 2 | ||||
-rw-r--r-- | supervisor/enc-fip.conf | 9 | ||||
-rw-r--r-- | supervisor/mot-fb.conf | 2 | ||||
-rw-r--r-- | supervisor/mot-fip.conf | 10 | ||||
-rw-r--r-- | supervisor/toolame-enc-fip.conf | 8 |
5 files changed, 20 insertions, 11 deletions
diff --git a/supervisor/dabplus-enc-fb.conf b/supervisor/dabplus-enc-fb.conf index 43629a6..5ea43b0 100644 --- a/supervisor/dabplus-enc-fb.conf +++ b/supervisor/dabplus-enc-fb.conf @@ -1,5 +1,5 @@ [program:enc-fb] -command=dabplus-enc -v http://fbpc5.epfl.ch:8001 -o tcp://localhost:9001 -r 32000 -b 80 -w dls.txt -p 34 -P dls.pad +command=dabplus-enc -v http://fbpc5.epfl.ch:8001 -o tcp://localhost:9001 -r 32000 -b 80 -w dls.txt -p 34 -P dls.pad -D directory=/home/bram/ autostart=true autorestart=true diff --git a/supervisor/enc-fip.conf b/supervisor/enc-fip.conf new file mode 100644 index 0000000..cfedc47 --- /dev/null +++ b/supervisor/enc-fip.conf @@ -0,0 +1,9 @@ +[program:enc-fip] +#command=toolame -V http://http://audio.scdn.arkena.com/11016/fip-midfi128.mp3 -b 128 -s 48 -p 34 -P /home/bram/dab/fip.pad tcp://localhost:9002 +command=dabplus-enc --dab -v http://http://audio.scdn.arkena.com/11016/fip-midfi128.mp3 -b 128 -s 48 -p 34 -P /home/bram/dab/fip.pad tcp://localhost:9002 +startretries=30 +directory=/home/bram/ +autostart=true +autorestart=true +stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/enc-fip.err.log +stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/enc-fip.out.log diff --git a/supervisor/mot-fb.conf b/supervisor/mot-fb.conf index f206a99..6138dda 100644 --- a/supervisor/mot-fb.conf +++ b/supervisor/mot-fb.conf @@ -1,5 +1,5 @@ [program:mot-enc-fb] -command=mot-encoder -o dls.pad -t dls.txt -c 15 -p 34 +command=mot-encoder -o dls.pad -d dab/slides-fb -R -t dls.txt -c 15 -p 34 directory=/home/bram/ autostart=true autorestart=true diff --git a/supervisor/mot-fip.conf b/supervisor/mot-fip.conf index 02068b2..2653a24 100644 --- a/supervisor/mot-fip.conf +++ b/supervisor/mot-fip.conf @@ -1,7 +1,15 @@ [program:mot-enc-fip] -command=mot-encoder -o fip.pad -d slides-fip -p 34 -R -t fip.dls +command=mot-encoder -o fip.pad -d slides-fip -p 34 -R -t fip.dls -e directory=/home/bram/dab/ autostart=true autorestart=true stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/mot-enc-fip.err.log stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/mot-enc-fip.out.log + +[program:cover-fip] +command=/home/bram/dab/mmbtools-aux/fipcover.sh +directory=/home/bram/dab/slides-fip +autostart=true +autorestart=true +stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/cover-fip.err.log +stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/cover-fip.out.log diff --git a/supervisor/toolame-enc-fip.conf b/supervisor/toolame-enc-fip.conf deleted file mode 100644 index 477e5fa..0000000 --- a/supervisor/toolame-enc-fip.conf +++ /dev/null @@ -1,8 +0,0 @@ -[program:enc-fip] -command=toolame -V http://http://audio.scdn.arkena.com/11016/fip-midfi128.mp3 -b 128 -s 48 -p 34 -P /home/bram/dab/fip.pad tcp://localhost:9002 -startretries=30 -directory=/home/bram/ -autostart=true -autorestart=true -stderr_logfile=/home/bram/dab/mmbtools-aux/supervisor/enc-fip.err.log -stdout_logfile=/home/bram/dab/mmbtools-aux/supervisor/enc-fip.out.log |