Component | Description | Solution |
Zend | Zend MVC Framework |
">
Ubuntu: try running sudo apt-get install libzend-framework-php
Debian: try running sudo apt-get install zendframework
|
Postgres | PDO and PostgreSQL libraries |
">
Try running sudo apt-get install php5-pgsql
|
Database | Database configuration for Airtime |
">
Make sure you aren't missing any of the Postgres dependencies in the table above.
If your dependencies check out, make sure your database configuration settings in
/etc/airtime.conf are correct and the Airtime database was installed correctly.
|
RabbitMQ | RabbitMQ configuration for Airtime |
">
Make sure RabbitMQ is installed correctly, and that your settings in /etc/airtime/airtime.conf
are correct. Try using sudo rabbitmqctl list_users and sudo rabbitmqctl list_vhosts
to see if the airtime user (or your custom RabbitMQ user) exists, then checking that
sudo rabbitmqctl list_exchanges contains entries for airtime-media-monitor, airtime-pypo,
and airtime-uploads.
|
Media Monitor | Airtime media-monitor service |
">
Check that the airtime-media-monitor service is installed correctly in /etc/init
and /etc/init.d , and ensure that it's running with
sudo initctl list | grep airtime-media-monitor . If not, try
sudo -u www-data service airtime-media-monitor restart .
(Replace www-data with your web user if necessary)
|
Pypo | Airtime playout service |
">
Check that the airtime-playout service is installed correctly in /etc/init
and /etc/init.d , and ensure that it's running with
sudo initctl list | grep airtime-playout . If not, try
sudo -u www-data service airtime-playout restart .
(Replace www-data with your web user if necessary)
|
Liquidsoap | Airtime liquidsoap service |
">
Check that the airtime-liquidsoap service is installed correctly in /etc/init
and /etc/init.d , and ensure that it's running with
sudo initctl list | grep airtime-liquidsoap . If not, try
sudo -u www-data service airtime-liquidsoap restart .
(Replace www-data with your web user if necessary)
|
Looks like something went wrong! If you've tried everything we've recommended in the table above and are still experiencing issues, come visit our forums or check out the manual.
Your Airtime station is up and running! Get started by logging in with the default username and password: admin/admin