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) {
|
public static function getDefaults($prefix) {
|
||||||
$config = Config::getConfig();
|
$config = Config::getConfig();
|
||||||
return array(
|
return array(
|
||||||
'host' => $config['baseUrl'],
|
'host' => $config['stationId'] . ".out.airtime.pro",
|
||||||
'port' => DEFAULT_ICECAST_PORT,
|
'port' => DEFAULT_ICECAST_PORT,
|
||||||
'output' => 'icecast',
|
'output' => 'icecast',
|
||||||
'user' => $config['stationId'],
|
'user' => $config['stationId'],
|
||||||
|
|
Loading…
Reference in New Issue