mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rtc: rtp packet encode support twcc extension
This commit is contained in:
parent
eb0667ba08
commit
6ce4ff56f8
2 changed files with 20 additions and 28 deletions
|
@ -121,6 +121,7 @@ class SrsRtpHeaderExtension
|
|||
public:
|
||||
bool has_transport_sequence_number;
|
||||
uint16_t transport_sequence_number;
|
||||
uint8_t transport_cc_ext_id;
|
||||
public:
|
||||
SrsRtpHeaderExtension();
|
||||
virtual ~SrsRtpHeaderExtension();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue