blob: 71451a48310eab307c16749bf56060031387ba4a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[program:encoder-f3]
command=/usr/local/bin/dabplus-enc --vlc-uri=http://ice.stream.frequence3.net/frequence3-128.mp3 -b 96 -r 48000 --sbr -o tcp://127.0.0.1:9001 --pad=58 --pad-fifo=/home/odr/config/mot/f3.pad --write-icy-text=/home/odr/config/mot/f3.txt
autostart=false
autorestart=true
priority=10
stderr_logfile=/var/log/supervisor/encoder-f3.log
stdout_logfile=/var/log/supervisor/encoder-f3.log
[program:mot-f3]
command=/usr/local/bin/mot-encoder -t /home/odr/config/mot/f3.txt -o /home/odr/config/mot/f3.pad --pad=58 --charset=15 --dir=/home/odr/config/mot/f3/ --sleep=30
autostart=false
autorestart=true
priority=10
stderr_logfile=/var/log/supervisor/mot-f3.log
stdout_logfile=/var/log/supervisor/mot-f3.log
|