mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine framework to calc the kbps
This commit is contained in:
parent
3f33dffdb3
commit
9006194cd7
21 changed files with 153 additions and 131 deletions
|
@ -42,6 +42,7 @@ class SrsRtmpJitter;
|
|||
class SrsRtmpClient;
|
||||
class SrsRequest;
|
||||
class SrsSource;
|
||||
class SrsKbps;
|
||||
|
||||
/**
|
||||
* forward the stream to other servers.
|
||||
|
@ -61,6 +62,7 @@ private:
|
|||
private:
|
||||
SrsSource* source;
|
||||
ISrsProtocolReaderWriter* io;
|
||||
SrsKbps* kbps;
|
||||
SrsRtmpClient* client;
|
||||
SrsRtmpJitter* jitter;
|
||||
SrsMessageQueue* queue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue