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:
parent
f702d8bcd7
commit
00582e0c36
2 changed files with 18 additions and 3 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue