mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine config, warning when feature disabled.
This commit is contained in:
parent
394cb4b47e
commit
1c27f3b913
4 changed files with 88 additions and 9 deletions
|
@ -338,6 +338,11 @@ protected:
|
|||
* @remark, protected for the utest to override with mock.
|
||||
*/
|
||||
virtual int parse_buffer(_srs_internal::SrsConfigBuffer* buffer);
|
||||
private:
|
||||
/**
|
||||
* check the parsed config.
|
||||
*/
|
||||
virtual int check_config();
|
||||
// global env
|
||||
public:
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue