diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-05 10:20:53 +0200 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2015-06-05 10:20:53 +0200 |
commit | ca49fd3dea60034e6200c5cf12833bd215082824 (patch) | |
tree | ef79ef61792da025b4a3e62e7d993eee44970137 /supervisor | |
parent | 3fe0c395bba9865be456ff00ada1ce46e45a1050 (diff) | |
download | mmbtools-aux-ca49fd3dea60034e6200c5cf12833bd215082824.tar.gz mmbtools-aux-ca49fd3dea60034e6200c5cf12833bd215082824.tar.bz2 mmbtools-aux-ca49fd3dea60034e6200c5cf12833bd215082824.zip |
Add supervisor config for toolame
Diffstat (limited to 'supervisor')
-rw-r--r-- | supervisor/toolame-enc-fip.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/supervisor/toolame-enc-fip.conf b/supervisor/toolame-enc-fip.conf new file mode 100644 index 0000000..9f05823 --- /dev/null +++ b/supervisor/toolame-enc-fip.conf @@ -0,0 +1,7 @@ +[program:enc-fip] +command=toolame -V http://http://audio.scdn.arkena.com/11016/fip-midfi128.mp3 -b 128 -s 48 tcp://localhost:9002 +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 |