CC-2735: Upgrade script for 1.9.3
- general upgrade script - uncommented media monitor section in Monit config file
This commit is contained in:
parent
ad620577be
commit
ad5d669309
9 changed files with 508 additions and 0 deletions
26
install_minimal/upgrades/airtime-1.9.3/recorder.cfg.193
Normal file
26
install_minimal/upgrades/airtime-1.9.3/recorder.cfg.193
Normal file
|
@ -0,0 +1,26 @@
|
|||
api_client = "airtime"
|
||||
|
||||
# where the binary files live
|
||||
bin_dir = '/usr/lib/airtime/show-recorder'
|
||||
|
||||
# base path to store recordered shows at
|
||||
base_recorded_files = '/var/tmp/airtime/show-recorder/'
|
||||
|
||||
# where the logging files live
|
||||
log_dir = '/var/log/airtime/show-recorder'
|
||||
|
||||
############################################
|
||||
# RabbitMQ settings #
|
||||
############################################
|
||||
rabbitmq_host = 'localhost'
|
||||
rabbitmq_user = 'guest'
|
||||
rabbitmq_password = 'guest'
|
||||
|
||||
############################################
|
||||
# Recorded Audio settings #
|
||||
############################################
|
||||
record_bitrate = 256
|
||||
record_samplerate = 44100
|
||||
record_channels = 2
|
||||
record_sample_size = 16
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue