Airtime

Airtime是Sourcefabric开发的开源无线电软件,用于调度和远程站点管理。(Airtime is Sourcefabric’s open source radio software for scheduling and remote station management. )

  • 所有者: sourcefabric/airtime
  • 平台: Linux
  • 許可證: GNU Affero General Public License v3.0
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Airtime是Sourcefabric开发的开源无线电软件,用于调度和远程站点管理。

Airtime以亚秒精度提供可靠的音频播放,与现代可用性功能的改进界面,高级用户管理支持角色以及谷歌风格的日程安排和移动节目和播放列表。

    主要特点:
  • 基于Web的远程站点管理。 授权人员可以添加节目素材,创建播放列表或智能块,并在现场直播,全部通过网络界面。
  • 自动化。 通话时间有一个调度程序功能,使用户能够在指定的确切日期和时间创建带有内容的节目。播放列表,智能块和远程流URL可以多次使用。
  • 稳定的播放。 通话时间使用开源Liquidsoap流媒体语言可靠和精确地回放到多个输出。
  • 开放,可扩展的架构。 电台可以自由扩展和改变程序代码的所有部分在GNU AGPLv3许可下。

主要指標

概覽
名稱與所有者sourcefabric/airtime
主編程語言PHP
編程語言PHP (語言數: 15)
平台Linux
許可證GNU Affero General Public License v3.0
所有者活动
創建於2010-05-13 11:24:15
推送於2021-07-14 09:40:43
最后一次提交
發布數73
最新版本名稱airtime-2.5.2.1 (發布於 )
第一版名稱1.0.1 (發布於 2005-10-03 08:31:23)
用户参与
星數621
關注者數104
派生數267
提交數12.4k
已啟用問題?
問題數0
打開的問題數0
拉請求數94
打開的拉請求數7
關閉的拉請求數38
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?

=========================================================================
================= 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
  1. 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!

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