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

RTC: Improve NACK efficiency

This commit is contained in:
winlin 2020-09-09 13:39:10 +08:00
parent 3026f2fda8
commit cff976bb71
4 changed files with 42 additions and 0 deletions

View file

@ -314,6 +314,7 @@ public:
srs_error_t on_rtp(char* buf, int nb_buf);
private:
srs_error_t do_on_rtp(char* plaintext, int nb_plaintext);
srs_error_t check_send_nacks();
public:
virtual void on_before_decode_payload(SrsRtpPacket2* pkt, SrsBuffer* buf, ISrsRtpPayloader** ppayload);
private: