mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
STAT: Extract an ephemeral delta object.
This commit is contained in:
parent
4fe90d4885
commit
db91102e67
5 changed files with 70 additions and 19 deletions
|
@ -51,8 +51,7 @@ class SrsStatistic;
|
|||
class SrsRtcUserConfig;
|
||||
class SrsRtcSendTrack;
|
||||
class SrsRtcPublishStream;
|
||||
class SrsKbps;
|
||||
class SrsWallClock;
|
||||
class SrsEphemeralDelta;
|
||||
|
||||
const uint8_t kSR = 200;
|
||||
const uint8_t kRR = 201;
|
||||
|
@ -493,8 +492,7 @@ private:
|
|||
private:
|
||||
bool nack_enabled_;
|
||||
private:
|
||||
SrsKbps* kbps_;
|
||||
SrsWallClock* clock_;
|
||||
SrsEphemeralDelta* delta_;
|
||||
public:
|
||||
SrsRtcConnection(SrsRtcServer* s, const SrsContextId& cid);
|
||||
virtual ~SrsRtcConnection();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue