mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
RTC: Refine RTCP packets parsing
This commit is contained in:
parent
1591318792
commit
a728e02b93
5 changed files with 131 additions and 464 deletions
|
@ -427,6 +427,7 @@ public:
|
|||
SrsRtcpCompound();
|
||||
virtual ~SrsRtcpCompound();
|
||||
|
||||
// TODO: FIXME: Should rename it to pop(), because it's not a GET method.
|
||||
SrsRtcpCommon* get_next_rtcp();
|
||||
srs_error_t add_rtcp(SrsRtcpCommon *rtcp);
|
||||
void clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue