1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add config to read ingesters

This commit is contained in:
winlin 2014-04-07 11:57:24 +08:00
parent f5c4f492da
commit 9107831b0e
2 changed files with 21 additions and 0 deletions

View file

@ -184,6 +184,9 @@ public:
virtual int get_engine_achannels(SrsConfDirective* engine);
virtual void get_engine_aparams(SrsConfDirective* engine, std::vector<std::string>& aparams);
virtual std::string get_engine_output(SrsConfDirective* engine);
// vhost ingest section
public:
virtual void get_ingesters(std::string vhost, std::vector<SrsConfDirective*>& ingeters);
// log section
public:
virtual bool get_srs_log_tank_file();