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

fix bug #45, support duration for live. change to 0.9.62

This commit is contained in:
winlin 2014-04-13 21:37:26 +08:00
parent 04a526b340
commit 9a036958d7
6 changed files with 36 additions and 14 deletions

View file

@ -54,6 +54,7 @@ class SrsPithyPrint
private:
int client_id;
int stage_id;
// in ms.
int64_t age;
int64_t printed_age;
public: