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

RTC: Refine TWCC from 200ms to 50ms

This commit is contained in:
jinxue.cgh 2020-12-23 15:13:21 +08:00 committed by winlin
parent ec212b7413
commit 7f081b4178
3 changed files with 19 additions and 1 deletions

View file

@ -341,6 +341,7 @@ private:
SrsRtcpTWCC rtcp_twcc_;
SrsRtpExtensionTypes extension_types_;
bool is_started;
srs_utime_t last_time_send_twcc_;
public:
SrsRtcPublishStream(SrsRtcConnection* session, const SrsContextId& cid);
virtual ~SrsRtcPublishStream();