CC-2727: Limit number of streams and max bitrate
- renamed SetNumOfStream() -> SetNumOfStreams() GetNumOfStream() -> GetNumOfStreams() \ - default bitrate is 320 - removed debugging code
This commit is contained in:
parent
fefbd9ac79
commit
0a85d2ecf5
4 changed files with 5 additions and 7 deletions
|
@ -147,7 +147,7 @@ class PreferenceController extends Zend_Controller_Action
|
|||
}
|
||||
}
|
||||
|
||||
$num_of_stream = intval(Application_Model_Preference::GetNumOfStream());
|
||||
$num_of_stream = intval(Application_Model_Preference::GetNumOfStreams());
|
||||
$form = new Application_Form_StreamSetting();
|
||||
$form->setSetting($setting);
|
||||
$form->startFrom();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue