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) {
|
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'],
|
||||||
|
|
Loading…
Reference in New Issue