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:
commit
cef8be4a46
5 changed files with 1488 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue