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

RTC: send twcc in hourglass notify

This commit is contained in:
jinxue.cgh 2020-06-28 14:01:58 +08:00 committed by winlin
parent b9355c1cc3
commit 848a073c5c
2 changed files with 32 additions and 24 deletions

View file

@ -290,6 +290,7 @@ private:
srs_error_t on_audio(SrsRtpPacket2* pkt);
srs_error_t on_video(SrsRtpPacket2* pkt);
srs_error_t on_nack(SrsRtpPacket2* pkt);
srs_error_t send_periodic_twcc();
public:
srs_error_t on_rtcp(char* data, int nb_data);
private: