A new interface for LibreTime.
Go to file
Duncan Sommerville 0fc4f6c26f Fix Airtime bandwidth limit suspension code 2015-11-25 17:56:09 -05:00
airtime_mvc Fix Airtime bandwidth limit suspension code 2015-11-25 17:56:09 -05:00
dev_tools Added a README_TRANSLATIONS file 2015-09-04 11:20:41 -04:00
docs Minor fixes for the name change Campcaster -> Airtime. 2011-01-07 17:17:23 -05:00
installer Add modrewrite conditions to apache 2.4 vhost template 2015-06-17 14:53:31 -04:00
python_apps Merge branch 'saas-dev' into saas-dev-publishing 2015-11-18 12:38:18 -05:00
tests Merge branch 'cc-5709-airtime-analyzer-cloud-storage' into cc-5709-airtime-analyzer-cloud-storage-saas 2015-01-07 14:17:02 -05:00
utils Merge saas-dev into soundcloud 2015-06-10 16:08:52 -04:00
.gitignore Added msising publish-dialog.phtml and fixed .gitignore file 2015-10-15 18:03:03 -04:00
.zfproject.xml CC-1665: Scheduled stream rebroadcasting and recording 2012-07-30 21:48:04 -04:00
CREDITS Merge branch 'saas' into cc-5709-airtime-analyzer-cloud-storage-saas 2015-01-23 16:36:31 -05:00
LICENSE Switch from GPL to AGPL 2014-09-12 16:51:45 +02:00
LICENSE_3RD_PARTY Updated dependency versions 2013-06-20 15:48:47 +01:00
README Added note to README for users using non-bash CLIs 2015-03-12 09:58:30 -04:00
build.sh Use bash -e in build script 2015-06-29 16:49:16 -04:00
changelog changelog updates 2013-10-08 14:24:56 -04:00
composer.json Switch Podcast reader to use simplepie 2015-09-23 14:47:40 -04:00
composer.lock SAAS-1071 - more work on backend podcast implementation 2015-09-24 12:58:02 -04:00
install SAAS-1011 - Fixed one mimetype problem and fixed installer 2015-08-24 16:25:09 -04:00
uninstall Remove media-monitor from uninstaller; update composer.lock 2015-09-18 15:36:42 -04:00

README

=========================================================================
=================   Airtime - Live Broadcast Together   =================
=========================================================================

Airtime is an open source application that provides remote and 
collaborative automation of a broadcast radio station.

Home page: http://www.sourcefabric.org/en/airtime/

Major features:

 * Web-based remote station management. Authorized personnel can add
   programme material, create playlists or smart blocks, and stream in live, 
   all via a web interface.
 * Automation. Airtime has a scheduler function that enables users to
   create shows with content for playback at the exact date and time specified. 
   Playlists, smart blocks and remote stream URLs can be used multiple times.
 * Solid playout. Airtime uses the open source Liquidsoap streaming language 
   for reliable and precise playback to multiple outputs. 
 * Open, extensible architecture.  Stations are free to extend and alter 
   all parts of the program code, under the GNU AGPLv3 license.


INSTALLATION
------------

Basic installation has two steps:

1) Run the install script, located in the Airtime root directory.

For an interactive installation, run:

    sudo ./install

If you're using a terminal that is not running Bash, you'll need to run

    sudo /bin/bash ./install

instead. You may need to install Bash first.

The installer will then prompt you about how you want to set up your Airtime 
installation.

For a non-interactive full installation (do this if you're installing Airtime from 
scratch and don't have any of your own configuration set up), run

    sudo ./install -fiap

What this means:

    -f - force; non-interactive (no prompts)
    -i - install the default Icecast 2 setup for Airtime
    -a - install the default apache setup for Airtime
    -p - create a default Airtime postgres user

This will install all components necessary for Airtime, and set up 
/usr/share/airtime as your web root (where apache looks for your Airtime files)

There are several options for installation - to see them all, run

    sudo ./install --help

2) Once you've run the installer, open a web browser to http://localhost to run 
the interactive setup. (If you have a custom apache configuration, navigate to 
your Airtime web host instead.) 

If you just want to run Airtime with default settings, you won't need to change 
anything, but if you have any custom configuration settings you'll be able to 
specify them.

Once you finish the setup process, you'll be presented with a configuration 
checklist so you can ensure that your Airtime installation is working 
correctly. If anything was mis-configured, the checklist will provide some .
helpful tips to resolve the issue.

If your checklist is all green, you're ready to get started with Airtime!

Quick links to our resources
----------------------------
User manual: http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/
Forums and mailing lists: http://forum.sourcefabric.org
Bug tracker: http://dev.sourcefabric.org
Source code: http://github.com/sourcefabric/Airtime
IRC chat: #airtime on Freenode