mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-30 23:02:24 +08:00
优化rtmp性能
This commit is contained in:
@@ -60,7 +60,7 @@ private:
|
||||
_total_bytes += buffer->size();
|
||||
send(std::move(buffer));
|
||||
}
|
||||
void onRtmpChunk(RtmpPacket &chunk_data) override;
|
||||
void onRtmpChunk(RtmpPacket::Ptr chunk_data) override;
|
||||
|
||||
template<typename first, typename second>
|
||||
inline void sendReply(const char *str, const first &reply, const second &status) {
|
||||
|
||||
Reference in New Issue
Block a user