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

RTC: Support RTCP codec.

This commit is contained in:
忘篱 2020-05-15 11:50:59 +08:00
commit cef8be4a46
5 changed files with 1488 additions and 1 deletions

View file

@ -58,6 +58,11 @@ class SrsRtpRawPayload;
class SrsRtpFUAPayload2;
class SrsSharedPtrMessage;
// TODO: FIXME: Merge with srs_rtp_seq_distance
bool SnCompare(uint16_t current_sn, uint16_t last_sn);
bool SnRollback(uint16_t current_sn, uint16_t last_sn);
int32_t SnDiff(uint16_t current_sn, uint16_t last_sn);
class SrsRtpHeader
{
private: