mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #319, dumps the http static, remux and globals.
This commit is contained in:
parent
5efd1912f2
commit
bdfd0ae09e
4 changed files with 326 additions and 2 deletions
|
@ -324,6 +324,12 @@ public:
|
|||
* dumps the http_api sections to json for raw api info.
|
||||
*/
|
||||
virtual int raw_to_json(SrsAmf0Object* obj);
|
||||
private:
|
||||
/**
|
||||
* dumps the engine section to amf0 object.
|
||||
*/
|
||||
virtual int dumps_engine(SrsConfDirective* dir, SrsAmf0Object* engine);
|
||||
public:
|
||||
/**
|
||||
* get the config file path.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue