mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 03:31:45 +08:00
大幅提升接收推流性能以及降低内存占用
This commit is contained in:
@@ -30,7 +30,7 @@ public:
|
||||
protected:
|
||||
int64_t onRecvHeader(const char *data,uint64_t len) override;
|
||||
void onRecvContent(const char *data,uint64_t len) override;
|
||||
const char *onSearchPacketTail(const char *data,int len) override;
|
||||
const char *onSearchPacketTail(const char *data,uint64_t len) override;
|
||||
protected:
|
||||
virtual void onRecvChunk(const char *data,uint64_t len){
|
||||
if(_onChunkData){
|
||||
|
||||
Reference in New Issue
Block a user