正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -1279,15 +1279,15 @@ int SrsProtocol::recv_interlaced_message(SrsCommonMessage** pmsg) | @@ -1279,15 +1279,15 @@ int SrsProtocol::recv_interlaced_message(SrsCommonMessage** pmsg) | ||
1279 | 1279 | ||
1280 | // not got an entire RTMP message, try next chunk. | 1280 | // not got an entire RTMP message, try next chunk. |
1281 | if (!msg) { | 1281 | if (!msg) { |
1282 | - srs_verbose("get partial message success. chunk_payload_size=%d, size=%d, message(type=%d, size=%d, time=%"PRId64", sid=%d)", | ||
1283 | - payload_size, (msg? msg->size : (chunk->msg? chunk->msg->size : 0)), chunk->header.message_type, chunk->header.payload_length, | 1282 | + srs_verbose("get partial message success. size=%d, message(type=%d, size=%d, time=%"PRId64", sid=%d)", |
1283 | + (msg? msg->size : (chunk->msg? chunk->msg->size : 0)), chunk->header.message_type, chunk->header.payload_length, | ||
1284 | chunk->header.timestamp, chunk->header.stream_id); | 1284 | chunk->header.timestamp, chunk->header.stream_id); |
1285 | return ret; | 1285 | return ret; |
1286 | } | 1286 | } |
1287 | 1287 | ||
1288 | *pmsg = msg; | 1288 | *pmsg = msg; |
1289 | - srs_info("get entire message success. chunk_payload_size=%d, size=%d, message(type=%d, size=%d, time=%"PRId64", sid=%d)", | ||
1290 | - payload_size, (msg? msg->size : (chunk->msg? chunk->msg->size : 0)), chunk->header.message_type, chunk->header.payload_length, | 1289 | + srs_info("get entire message success. size=%d, message(type=%d, size=%d, time=%"PRId64", sid=%d)", |
1290 | + (msg? msg->size : (chunk->msg? chunk->msg->size : 0)), chunk->header.message_type, chunk->header.payload_length, | ||
1291 | chunk->header.timestamp, chunk->header.stream_id); | 1291 | chunk->header.timestamp, chunk->header.stream_id); |
1292 | 1292 | ||
1293 | return ret; | 1293 | return ret; |
-
请 注册 或 登录 后发表评论