mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #179, dvr suport vhost/app/stream level control. 2.0.125.
This commit is contained in:
parent
1cb8e44b1b
commit
b903a7b436
7 changed files with 72 additions and 15 deletions
|
@ -394,9 +394,9 @@ public:
|
|||
public:
|
||||
virtual int add_dvr(SrsDvrApiPlan* dvr);
|
||||
public:
|
||||
virtual int dumps(std::string vhost, std::stringstream& ss);
|
||||
virtual int dumps(std::string vhost, std::string app, std::string stream, std::stringstream& ss);
|
||||
virtual int create(SrsJsonAny* json);
|
||||
virtual int stop(std::string vhost);
|
||||
virtual int stop(std::string vhost, std::string app, std::string stream);
|
||||
virtual int rpc(SrsJsonAny* json);
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue