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:
parent
f9941a325b
commit
41155b7789
2 changed files with 24 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue