mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, support raw update global.listen
This commit is contained in:
parent
f8d8c3ace4
commit
364460f2ab
5 changed files with 37 additions and 14 deletions
|
@ -329,6 +329,10 @@ public:
|
|||
* dumps the http_api sections to json for raw api info.
|
||||
*/
|
||||
virtual int raw_to_json(SrsAmf0Object* obj);
|
||||
/**
|
||||
* raw set the global listen.
|
||||
*/
|
||||
virtual int raw_set_listen(const std::vector<std::string>& eps);
|
||||
public:
|
||||
/**
|
||||
* get the config file path.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue