changed default streamsetting to match the baseurl vs. out.airtime.pro
This commit is contained in:
parent
f52f0e7ff0
commit
99a3150db5
|
@ -279,7 +279,7 @@ class Application_Model_StreamSetting
|
|||
public static function getDefaults($prefix) {
|
||||
$config = Config::getConfig();
|
||||
return array(
|
||||
'host' => $config['stationId'] . ".out.airtime.pro",
|
||||
'host' => $config['baseUrl'],
|
||||
'port' => DEFAULT_ICECAST_PORT,
|
||||
'output' => 'icecast',
|
||||
'user' => $config['stationId'],
|
||||
|
|
Loading…
Reference in New Issue