CC-3224: "On-the-fly" stream rebroadcasting
- A section where user can setup port and mount point for harbor input in stream setting page(front-end and back-end) - updated the part where it rewrites the liquidsoap.cfg file
This commit is contained in:
parent
48bb19d758
commit
30901aa0d6
8 changed files with 74 additions and 7 deletions
|
@ -805,8 +805,11 @@ class ApiController extends Zend_Controller_Action
|
|||
print 'You are not allowed to access this resource.';
|
||||
exit;
|
||||
}
|
||||
|
||||
$this->view->msg = Application_Model_StreamSetting::getStreamSetting();
|
||||
|
||||
$info = Application_Model_StreamSetting::getStreamSetting();
|
||||
$info[] = (array("keyname" =>"harbor_input_port", "value"=>Application_Model_Preference::GetLiveSteamPort(), "type"=>"integer"));
|
||||
$info[] = (array("keyname" =>"harbor_input_mount_point", "value"=>Application_Model_Preference::GetLiveSteamMountPoint(), "type"=>"string"));
|
||||
$this->view->msg = $info;
|
||||
}
|
||||
|
||||
public function statusAction() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue