优化rtmp服务器兼容性: #2078

This commit is contained in:
ziyue
2022-11-15 20:53:24 +08:00
parent 034e29b25a
commit df14924a99
2 changed files with 16 additions and 12 deletions

View File

@@ -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;