LibreTime: Radio Broadcast & Automation Platform
Go to file
Duncan Sommerville ad4b61e89f More work on monitless installer 2014-12-16 19:05:17 -05:00
airtime_mvc More work on monitless installer 2014-12-16 16:26:58 -05:00
debian Bump postinst version to 2.5.1 2013-12-04 13:50:31 +00:00
dev_tools Initial work on monitless installation 2014-12-16 12:24:41 -05:00
docs Minor fixes for the name change Campcaster -> Airtime. 2011-01-07 17:17:23 -05:00
install_full Changed tabs to spaces and moved apache2 version call to after installation 2014-11-05 14:36:19 -05:00
install_minimal Added chown call to properly permission stor directory 2014-09-17 13:21:08 -04:00
installer More work on monitless installer 2014-12-16 19:05:17 -05:00
python_apps More work on monitless installer 2014-12-16 19:05:17 -05:00
tests Remove base URL from selenium tests to make the Selenium IDE happy 2014-11-19 11:28:03 -05:00
utils Initial work on monitless installation 2014-12-16 12:24:41 -05:00
widgets Added minimal documentation for widget sample output 2013-10-16 10:44:17 +01:00
.gitignore Initial work on monitless installation 2014-12-16 12:24:41 -05:00
.zfproject.xml CC-1665: Scheduled stream rebroadcasting and recording 2012-07-30 21:48:04 -04:00
CREDITS CREDITS update for 2.5.1 2013-11-28 16:00: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 Initial work on monitless installation 2014-12-16 12:24:41 -05:00
VERSION release version updates and changelog edits. 2013-09-01 00:56:47 -04:00
changelog changelog updates 2013-10-08 14:24:56 -04:00
gen-snapshot.sh Packaging updates for 2.5.0 release 2013-10-24 11:16:03 +01:00

README

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

Airtime is an open source application that provides remote and 
collaborative automation of a broadcast 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
------------

Please see this chapter to begin a typical installation:
http://sourcefabric.booktype.pro/airtime-25-for-broadcasters/preparing-the-server/

If you are a developer, please see this page:
http://wiki.sourcefabric.org/display/CC/Airtime+Dev+Site

Basic installation has two steps:

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

    cd installer

For an interactive installation, run:

    sudo ./install

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

For a simple 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 -fiapd

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
    -d - install binary dependencies needed for Airtime

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, navigate to localhost/ (if you have a custom apache configuration, navigate to
your Airtime web host) to run an interactive setup.

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 manuals: http://www.sourcefabric.org/en/airtime/manuals/
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