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

rtc: fix audio rtp packet no twcc sequenc number, not reset error bug

This commit is contained in:
jinxue.cgh 2020-06-01 16:03:53 +08:00 committed by winlin
parent e2fcd89644
commit f13a1b8ac0

View file

@ -1435,6 +1435,9 @@ srs_error_t SrsRtcPublisher::on_rtp(char* data, int nb_data)
if((err = on_twcc(twcc_sn))) {
return srs_error_wrap(err, "fail to process twcc packet");
}
} else {
// TODO: FIXME: process no twcc seq number for audio ssrc
srs_error_reset(err);
}
}
}