Hi, I did a system reboot and my airtime went down, "on air" went gray and no stream and widgets are working, I use a custom port and apache configuration is set to work on the custom port as mentioned below
sudo airtime-check-system
-- Please visit http://wiki.sourcefabric.org/x/HABQ
File: /etc/apache2/sites-available/airtime-vhost
<VirtualHost *:8443>
ServerName stream.mydomain.com
#ServerAlias www.example.com
ServerAdmin root@localhost
DocumentRoot /usr/share/airtime/public
DirectoryIndex index.php
SetEnv APPLICATION_ENV "production"
<Directory /usr/share/airtime/public>
Options -Indexes FollowSymLinks MultiViews
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
of course I tried apache2 reload and sudo service airtime-media-monitor restart and sudo service airtime-playout restart
the /etc/airtime/airtime.conf and /etc/airtime/api... are set to work on the custom port, would appreciate if anyone can point me to the right direction to solve this issue, regards.
It looks like you're new here. If you want to get involved, click one of these buttons!