mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for hls callback, add duration of ts.
This commit is contained in:
parent
c4466a8c0c
commit
64b065e450
6 changed files with 16 additions and 8 deletions
|
@ -164,8 +164,9 @@ private:
|
|||
std::string path;
|
||||
int seq_no;
|
||||
SrsRequest* req;
|
||||
double duration;
|
||||
public:
|
||||
SrsDvrAsyncCallOnHls(SrsRequest* r, std::string p, int s);
|
||||
SrsDvrAsyncCallOnHls(SrsRequest* r, std::string p, int s, double d);
|
||||
virtual ~SrsDvrAsyncCallOnHls();
|
||||
public:
|
||||
virtual int call();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue