Fix default Icecast hostname
This commit is contained in:
parent
1093e7085a
commit
9c5a634754
|
@ -279,7 +279,7 @@ class Application_Model_StreamSetting
|
|||
public static function getDefaults($prefix) {
|
||||
$config = Config::getConfig();
|
||||
return array(
|
||||
'host' => $config['baseUrl'],
|
||||
'host' => $config['stationId'] . ".out.airtime.pro",
|
||||
'port' => DEFAULT_ICECAST_PORT,
|
||||
'output' => 'icecast',
|
||||
'user' => $config['stationId'],
|
||||
|
|
Loading…
Reference in New Issue