sintonia/README

52 lines
1.9 KiB
Plaintext
Raw Normal View History

2010-10-11 16:29:47 +02:00
=========================================================================
================= Airtime - Live Broadcast Together =================
2010-10-11 16:29:47 +02:00
=========================================================================
Airtime is an open source application that provides remote and
collaborative automation of a broadcast station.
Home page: http://www.sourcefabric.org/en/airtime/
2011-03-28 22:12:55 +02:00
2011-01-05 23:41:01 +01:00
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.
2010-10-11 16:29:47 +02:00
* Open, extensible architecture. Stations are free to extend and alter
all parts of the program code, under the GNU GPLv3 license.
2010-10-11 16:29:47 +02:00
INSTALLATION
------------
2014-01-28 18:46:22 +01:00
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
2014-01-28 18:46:22 +01:00
For installation from git on Debian wheezy, run:
cd install_full/debian
sudo ./airtime-full-install
2010-10-11 16:29:47 +02:00
Quick links to our resources
----------------------------
2015-01-15 17:33:03 +01:00
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
2013-10-17 20:58:28 +02:00
IRC chat: #airtime on Freenode
2014-02-11 15:42:09 +01:00