diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-26 22:32:56 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-08-26 22:32:56 +0200 |
commit | 63928b9faf92f9f9accd820e488c8e5cab634282 (patch) | |
tree | 6ea703fdbb6906ce1e8de737d68b7dc1cc8382fe /supervisor | |
parent | 75a92f67431b372dc4f371eb5f69527d3bf161cf (diff) | |
download | mmbtools-aux-63928b9faf92f9f9accd820e488c8e5cab634282.tar.gz mmbtools-aux-63928b9faf92f9f9accd820e488c8e5cab634282.tar.bz2 mmbtools-aux-63928b9faf92f9f9accd820e488c8e5cab634282.zip |
supervisor: Add FIP slideshow
Diffstat (limited to 'supervisor')
-rw-r--r-- | supervisor/mot-fip.conf | 7 | ||||
-rw-r--r-- | supervisor/toolame-enc-fip.conf | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/supervisor/mot-fip.conf b/supervisor/mot-fip.conf new file mode 100644 index 0000000..02068b2 --- /dev/null +++ b/supervisor/mot-fip.conf @@ -0,0 +1,7 @@ +[program:mot-enc-fip] +command=mot-encoder -o fip.pad -d slides-fip -p 34 -R -t fip.dls +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 diff --git a/supervisor/toolame-enc-fip.conf b/supervisor/toolame-enc-fip.conf index 9f05823..477e5fa 100644 --- a/supervisor/toolame-enc-fip.conf +++ b/supervisor/toolame-enc-fip.conf @@ -1,5 +1,6 @@ [program:enc-fip] -command=toolame -V http://http://audio.scdn.arkena.com/11016/fip-midfi128.mp3 -b 128 -s 48 tcp://localhost:9002 +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 |