From 63928b9faf92f9f9accd820e488c8e5cab634282 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 26 Aug 2015 22:32:56 +0200 Subject: supervisor: Add FIP slideshow --- supervisor/mot-fip.conf | 7 +++++++ supervisor/toolame-enc-fip.conf | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 supervisor/mot-fip.conf (limited to 'supervisor') 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 -- cgit v1.2.3