A new interface for LibreTime.
Go to file
Albert Santoni 2a89e4d5a0 Massive refactor of the analyzer branch and sync it back up with the
cloud storage branch (for the last time)

* Backported all the bugfixes from cc-5709-airtime-analyzer-cloud-storage
* Backported missing FileStorageBackend.php
* Fixed CC-6001: Track titles and artist names with slashes break audio preview
* Refactored all the MediaController code, pulling out the logic into MediaService
* Fixed an API key leak to guests in the Media API
* Made this branch work without cloud_storage.conf (defaults to file storage)
* Made ApiController's getMediaAction use the MediaService code
2015-02-20 14:01:06 -05:00
airtime_mvc Massive refactor of the analyzer branch and sync it back up with the 2015-02-20 14:01:06 -05:00
dev_tools Merge branch 'cc-5709-airtime-analyzer' into cc-5709-airtime-analyzer-cloud-storage 2014-10-08 11:46:30 -04: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 Fixed a fresh install bug that wasn't using composer installs. 2014-10-14 16:54:58 -04:00
python_apps Fixed the unit tests again 2015-02-02 13:31:52 -05:00
tests Fix race condition in selenium tests 2014-11-24 10:44:36 -05:00
utils Merge branch '2.5.x' into cc-5709-airtime-analyzer 2015-01-22 11:29:38 -05:00
.gitignore Removed composer.lock from gitignore 2014-11-07 13:02:09 -05:00
.zfproject.xml CC-1665: Scheduled stream rebroadcasting and recording 2012-07-30 21:48:04 -04:00
CREDITS Merge branch '2.5.x' into cc-5709-airtime-analyzer 2015-01-22 11:29:38 -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 Fix link to user manual 2015-01-15 16:33:03 +00:00
VERSION Changed airtime version in necessary places 2014-04-07 12:14:49 -04:00
changelog changelog updates 2013-10-08 14:24:56 -04:00
composer.json SAAS-516: Replace Zend_Service_Amazon_S3 with AWS SDK for PHP 2014-12-09 17:58:36 -05:00
composer.lock SAAS-516: Replace Zend_Service_Amazon_S3 with AWS SDK for PHP 2014-12-09 17:58:36 -05: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 GPLv3 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

For installation direct from a git checkout on Ubuntu 12.04 LTS, run:

    cd install_full/ubuntu
    sudo ./airtime-full-install

For installation from git on Debian wheezy, run:

    cd install_full/debian
    sudo ./airtime-full-install


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