mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Add comments.
This commit is contained in:
parent
a246469173
commit
a5265c5753
2 changed files with 2 additions and 0 deletions
|
@ -1409,6 +1409,7 @@ srs_error_t SrsRtcPublisher::on_rtp(char* data, int nb_data)
|
|||
if ((err = pkt->decode(&b, &extension_map_)) != srs_success) {
|
||||
return srs_error_wrap(err, "decode rtp packet");
|
||||
}
|
||||
|
||||
if (0 != twcc_ext_id_) {
|
||||
uint16_t twcc_sn = 0;
|
||||
if ((err = pkt->header.get_twcc_sequence_number(twcc_sn)) == srs_success) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue