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

RTC: Apply RTP packet cache manager

This commit is contained in:
winlin 2021-02-26 16:36:21 +08:00
parent 1833780655
commit 439a7fa655
5 changed files with 100 additions and 58 deletions

View file

@ -356,6 +356,8 @@ public:
private:
// @remark We copy the plaintext, user should free it.
srs_error_t on_rtp_plaintext(char* plaintext, int nb_plaintext);
private:
srs_error_t do_on_rtp_plaintext(SrsRtpPacket2* pkt);
public:
srs_error_t check_send_nacks();
public: