mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Fix TWCC enable bug
This commit is contained in:
parent
96dbd7bced
commit
98839d3d53
3 changed files with 32 additions and 2 deletions
|
@ -439,6 +439,7 @@ public:
|
|||
bool has_ssrc(uint32_t ssrc);
|
||||
public:
|
||||
void add_rtp_extension_desc(int id, std::string uri);
|
||||
void del_rtp_extension_desc(std::string uri);
|
||||
void set_direction(std::string direction);
|
||||
void set_codec_payload(SrsCodecPayload* payload);
|
||||
// auxiliary paylod include red, rtx, ulpfec.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue