Skip to content

borealislabs/Airtime-2.5.x-modded

Repository files navigation

Airtime 2.5.x for Ubuntu 17.10

A reworked version of the web application Airtime-2.5.x to install on Ubuntu 17.10 with PHP5.6

Airtime Login Page

Initial steps for installing Airtime

Adding repositories

sudo add-apt-repository ppa:ondrej/php
sudo add-apt-repository ppa:flexiondotorg/audio
sudo apt-get update

Install PHP5.6

sudo apt-get install php5.6 php5.6-bcmath

If you install php5.6 the default is version 7.2(php -v) then execute the following commands:

Apache:
sudo a2dismod php7.2 ; sudo a2enmod php5.6 ; sudo service apache2 restart

CLI:
sudo update-alternatives --set php /usr/bin/php5.6

Install MP3Gain

sudo apt-get install mp3gain

Install Airtime 2.5.x

./install

After installation

Open a browser and enter in the address bar localhost or Your IP address to enter the configuration page of Airtime!

5 configuration step, You must start the services through the terminal:

sudo service airtime-playout start
sudo service airtime-liquidsoap start
sudo service airtime-media-monitor start

If you fail to run a service, first stop them and then run

Airtime Status

Important features

When you add audio files, these files are stored in /tmp/plupload and if apache uses privacy, then it is better to disable this:
nano /etc/systemd/system/multi-user.target.wants/apache2.service
And change the value PrivateTmp=true to false

Directories

Also for some, it is possible to use storage of audio files in the following directories with permissions 777:

/srv/airtime/stor/
/tmp/plupload

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published