diff --git a/install_minimal/upgrades/airtime-1.9.2/airtime-upgrade.php b/install_minimal/upgrades/airtime-1.9.2/airtime-upgrade.php index 7bc0d573a..3aee0d168 100644 --- a/install_minimal/upgrades/airtime-1.9.2/airtime-upgrade.php +++ b/install_minimal/upgrades/airtime-1.9.2/airtime-upgrade.php @@ -1,4 +1,5 @@ .log" +#log_level = 3 + +########################################### +# Icecast Stream settings # +########################################### +icecast_host = "127.0.0.1" +icecast_port = 8000 +icecast_pass = "hackme" + +# Icecast mountpoint names +mount_point_mp3 = "airtime.mp3" +mount_point_vorbis = "airtime.ogg" + +# Webstream metadata settings +icecast_url = "http://airtime.sourcefabric.org" +icecast_description = "Airtime Radio!" +icecast_genre = "genre" + +# Audio stream metadata for vorbis/ogg is disabled by default +# due to a number of client media players that disconnect +# when the metadata changes to a new track. Some versions of +# mplayer and VLC have this problem. Enable this option at your +# own risk! +output_icecast_vorbis_metadata = false + +########################################### +# Shoutcast Stream settings # +########################################### +shoutcast_host = "127.0.0.1" +shoutcast_port = 9000 +shoutcast_pass = "testing" + +# Webstream metadata settings +shoutcast_url = "http://airtime.sourcefabric.org" +shoutcast_genre = "genre" diff --git a/install_minimal/upgrades/airtime-1.9.4/media-monitor.cfg.194 b/install_minimal/upgrades/airtime-1.9.4/media-monitor.cfg.194 new file mode 100644 index 000000000..066c42b31 --- /dev/null +++ b/install_minimal/upgrades/airtime-1.9.4/media-monitor.cfg.194 @@ -0,0 +1,21 @@ +api_client = "airtime" + +# where the binary files live +bin_dir = '/usr/lib/airtime/media-monitor' + +# where the logging files live +log_dir = '/var/log/airtime/media-monitor' + + +############################################ +# RabbitMQ settings # +############################################ +rabbitmq_host = 'localhost' +rabbitmq_user = 'guest' +rabbitmq_password = 'guest' + +############################################ +# Media-Monitor preferences # +############################################ +check_filesystem_events = 5 #how long to queue up events performed on the files themselves. +check_airtime_events = 30 #how long to queue metadata input from airtime. diff --git a/install_minimal/upgrades/airtime-1.9.4/pypo.cfg.194 b/install_minimal/upgrades/airtime-1.9.4/pypo.cfg.194 new file mode 100644 index 000000000..352d234d0 --- /dev/null +++ b/install_minimal/upgrades/airtime-1.9.4/pypo.cfg.194 @@ -0,0 +1,72 @@ +############################################ +# pypo - configuration # +############################################ + +# Set the type of client you are using. +# Currently supported types: +# 1) "obp" = Open Broadcast Platform +# 2) "airtime" +# +api_client = "airtime" + +############################################ +# Cache Directories # +# *include* trailing slash !! # +############################################ +cache_dir = '/var/tmp/airtime/pypo/cache/' +file_dir = '/var/tmp/airtime/pypo/files/' +tmp_dir = '/var/tmp/airtime/pypo/tmp/' + +############################################ +# Setup Directories # +# Do *not* include trailing slash !! # +############################################ +cache_base_dir = '/var/tmp/airtime/pypo' +bin_dir = '/usr/lib/airtime/pypo' +log_base_dir = '/var/log/airtime' +pypo_log_dir = '/var/log/airtime/pypo' +liquidsoap_log_dir = '/var/log/airtime/pypo-liquidsoap' + +############################################ +# Liquidsoap settings # +############################################ +ls_host = '127.0.0.1' +ls_port = '1234' + +############################################ +# RabbitMQ settings # +############################################ +rabbitmq_host = 'localhost' +rabbitmq_user = 'guest' +rabbitmq_password = 'guest' + +############################################ +# pypo preferences # +############################################ +prepare_ahead = 24 #in hours +cache_for = 24 #how long to hold the cache, in hours + +# Poll interval in seconds. +# +# This will rarely need to be changed because any schedule changes are +# automatically sent to pypo immediately. +# +# This is how often the poll script downloads new schedules and files from the +# server in the event that no changes are made to the schedule. +# +poll_interval = 3600 # in seconds. + + +# Push interval in seconds. +# +# This is how often the push script checks whether it has something new to +# push to liquidsoap. +# +# It's hard to imagine a situation where this should be more than 1 second. +# +push_interval = 1 # in seconds + +# 'pre' or 'otf'. 'pre' cues while playlist preparation +# while 'otf' (on the fly) cues while loading into ls +# (needs the post_processor patch) +cue_style = 'pre' diff --git a/install_minimal/upgrades/airtime-1.9.4/recorder.cfg.194 b/install_minimal/upgrades/airtime-1.9.4/recorder.cfg.194 new file mode 100644 index 000000000..762c01da3 --- /dev/null +++ b/install_minimal/upgrades/airtime-1.9.4/recorder.cfg.194 @@ -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 +