Merge pull request #83 from Robbt/fix/default-streaming-hostname

changed default streamsetting to match the baseurl vs. out.airtime.pro
This commit is contained in:
Lucas Bickel 2017-03-13 21:45:27 +01:00 committed by GitHub
commit 9d6ceb1488
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ class Application_Model_StreamSetting
public static function getDefaults($prefix) { public static function getDefaults($prefix) {
$config = Config::getConfig(); $config = Config::getConfig();
return array( return array(
'host' => $config['stationId'] . ".out.airtime.pro", 'host' => $config['baseUrl'],
'port' => DEFAULT_ICECAST_PORT, 'port' => DEFAULT_ICECAST_PORT,
'output' => 'icecast', 'output' => 'icecast',
'user' => $config['stationId'], 'user' => $config['stationId'],