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

STAT: Add kbps for client.

This commit is contained in:
winlin 2022-08-24 12:42:21 +08:00
parent f9941a325b
commit 41155b7789
2 changed files with 24 additions and 0 deletions

View file

@ -100,6 +100,10 @@ public:
SrsRtmpConnType type;
std::string id;
srs_utime_t create;
public:
// The stream total kbps.
SrsKbps* kbps;
SrsWallClock* clk;
public:
SrsStatisticClient();
virtual ~SrsStatisticClient();