blob: a35b96b11e155d15c52913f2c0e17d00f3f3d962 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[program:encoder-fip]
command=/usr/local/bin/odr-audioenc --vlc-uri=http://audio.scdn.arkena.com/11016/fip-midfi128.mp3 -b 96 -r 48000 -o tcp://127.0.0.1:9003 --pad=58 --pad-fifo=/home/odr/config/mot/fip.pad --write-icy-text=/home/odr/config/mot/fip.txt
autostart=false
autorestart=true
priority=10
stderr_logfile=/var/log/supervisor/encoder-fip.log
stdout_logfile=/var/log/supervisor/encoder-fip.log
[program:mot-fip]
command=/usr/local/bin/odr-padenc -t /home/odr/config/mot/fip.txt -o /home/odr/config/mot/fip.pad --pad=58 --dir=/home/odr/config/mot/fip/ --sleep=30
autostart=false
autorestart=true
priority=10
stderr_logfile=/var/log/supervisor/mot-fip.log
stdout_logfile=/var/log/supervisor/mot-fip.log
|