mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-01 23:57:37 +08:00
优化rtmp服务器兼容性: #2078
This commit is contained in:
@@ -84,12 +84,12 @@ private:
|
||||
|
||||
protected:
|
||||
int _send_req_id = 0;
|
||||
int _now_stream_index = 0;
|
||||
uint32_t _stream_index = STREAM_CONTROL;
|
||||
|
||||
private:
|
||||
int _now_stream_index = 0;
|
||||
int _now_chunk_id = 0;
|
||||
bool _data_started = false;
|
||||
int _now_chunk_id = 0;
|
||||
////////////ChunkSize////////////
|
||||
size_t _chunk_size_in = DEFAULT_CHUNK_LEN;
|
||||
size_t _chunk_size_out = DEFAULT_CHUNK_LEN;
|
||||
|
||||
Reference in New Issue
Block a user