1
0
Fork 0
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:
winlin 2015-08-28 23:51:23 +08:00
parent 5efd1912f2
commit bdfd0ae09e
4 changed files with 326 additions and 2 deletions

View file

@ -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.
*/