diff options
| author | colisee <64310405+colisee@users.noreply.github.com> | 2022-03-14 09:22:45 +0100 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-14 09:22:45 +0100 | 
| commit | 69dbc747a5dab2fc56c5f25e505bf8d4d39f002a (patch) | |
| tree | e7e85b7e0d02c1b9e0ffc26f2b6453e3e47e257f /config/supervisor/encoder-bbc1.conf | |
| parent | 82b0aced9133507f588486bcef3af322672e8819 (diff) | |
| parent | 63fee7f70c8cf1fd05e3b9d2d4bed4d3dfd148bb (diff) | |
| download | dab-scripts-master.tar.gz dab-scripts-master.tar.bz2 dab-scripts-master.zip | |
v3.0.0
Diffstat (limited to 'config/supervisor/encoder-bbc1.conf')
| -rw-r--r-- | config/supervisor/encoder-bbc1.conf | 20 | 
1 files changed, 0 insertions, 20 deletions
| diff --git a/config/supervisor/encoder-bbc1.conf b/config/supervisor/encoder-bbc1.conf deleted file mode 100644 index c53068a..0000000 --- a/config/supervisor/encoder-bbc1.conf +++ /dev/null @@ -1,20 +0,0 @@ -[program:encoder-bbc1] -# DAB encoding using odr-audioenc -command=/usr/local/bin/odr-audioenc --dab --vlc-uri=http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1_mf_p -b 128 -r 48000 -o tcp://127.0.0.1:9004 --pad=58 --pad-fifo=/home/odr/config/mot/bbc1.pad --write-icy-text=/home/odr/config/mot/bbc1.txt - -# DAB encoding using toolame -#command=/usr/local/bin/toolame-dab -s 48 -V http://bbcmedia.ic.llnwd.net/stream/bbcmedia_radio1_mf_p -b 128 -W /home/odr/config/mot/bbc1.txt -p 58 -P /home/odr/config/mot/bbc1.pad tcp://127.0.0.1:9004 - -autostart=false -autorestart=true -priority=10 -stderr_logfile=/var/log/supervisor/encoder-bbc1.log -stdout_logfile=/var/log/supervisor/encoder-bbc1.log - -[program:mot-bbc1] -command=/usr/local/bin/odr-padenc -t /home/odr/config/mot/bbc1.txt -o /home/odr/config/mot/bbc1.pad --pad=58 --charset=15 --dir=/home/odr/config/mot/bbc1/ --sleep=30 -autostart=false -autorestart=true -priority=10 -stderr_logfile=/var/log/supervisor/mot-bbc1.log -stdout_logfile=/var/log/supervisor/mot-bbc1.log | 
