正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
@@ -646,7 +646,9 @@ int SrsRtmpConn::do_playing(SrsSource* source, SrsQueueRecvThread* trd) | @@ -646,7 +646,9 @@ int SrsRtmpConn::do_playing(SrsSource* source, SrsQueueRecvThread* trd) | ||
646 | // we use wait timeout to get messages, | 646 | // we use wait timeout to get messages, |
647 | // for min latency event no message incoming, | 647 | // for min latency event no message incoming, |
648 | // so the count maybe zero. | 648 | // so the count maybe zero. |
649 | - srs_verbose("mw wait %dms and got %d msgs %"PRId64"-%"PRId64"ms", mw_sleep, count, | 649 | + srs_info("mw wait %dms and got %d msgs %d(%"PRId64"-%"PRId64")ms", |
650 | + mw_sleep, count, | ||
651 | + (count > 0? msgs.msgs[count - 1]->timestamp - msgs.msgs[0]->timestamp : 0), | ||
650 | (count > 0? msgs.msgs[0]->timestamp : 0), | 652 | (count > 0? msgs.msgs[0]->timestamp : 0), |
651 | (count > 0? msgs.msgs[count - 1]->timestamp : 0)); | 653 | (count > 0? msgs.msgs[count - 1]->timestamp : 0)); |
652 | #else | 654 | #else |
-
请 注册 或 登录 后发表评论