mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
大幅提升接收推流性能以及降低内存占用
This commit is contained in:
@@ -37,7 +37,7 @@ public:
|
||||
|
||||
protected:
|
||||
void onRtpSorted(const RtpPacket::Ptr &rtp, int track_index) override ;
|
||||
const char *onSearchPacketTail(const char *data,int len) override;
|
||||
const char *onSearchPacketTail(const char *data,uint64_t len) override;
|
||||
int64_t onRecvHeader(const char *data,uint64_t len) override { return 0; };
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user