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

RTC: Fix RTCP feedback bug

This commit is contained in:
winlin 2020-08-11 15:42:08 +08:00
parent f702d8bcd7
commit 00582e0c36
2 changed files with 18 additions and 3 deletions

View file

@ -448,7 +448,8 @@ public:
private:
srs_error_t dispatch_rtcp(SrsRtcpCommon* rtcp);
public:
srs_error_t on_rtcp_feedback(char* buf, int nb_buf);
srs_error_t on_rtcp_feedback_twcc(char* buf, int nb_buf);
srs_error_t on_rtcp_feedback_remb(SrsRtcpPsfbCommon *rtcp);
void set_hijacker(ISrsRtcConnectionHijacker* h);
public:
srs_error_t on_connection_established();