正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -285,7 +285,7 @@ int SrsStreamCache::cycle() | @@ -285,7 +285,7 @@ int SrsStreamCache::cycle() | ||
| 285 | 285 | ||
| 286 | if (pprint->can_print()) { | 286 | if (pprint->can_print()) { |
| 287 | srs_trace("-> "SRS_CONSTS_LOG_HTTP_STREAM_CACHE" http: got %d msgs, age=%d, min=%d, mw=%d", | 287 | srs_trace("-> "SRS_CONSTS_LOG_HTTP_STREAM_CACHE" http: got %d msgs, age=%d, min=%d, mw=%d", |
| 288 | - pprint->age(), count, SRS_PERF_MW_MIN_MSGS, SRS_CONSTS_RTMP_PULSE_TIMEOUT_US / 1000); | 288 | + count, pprint->age(), SRS_PERF_MW_MIN_MSGS, SRS_CONSTS_RTMP_PULSE_TIMEOUT_US / 1000); |
| 289 | } | 289 | } |
| 290 | 290 | ||
| 291 | // free the messages. | 291 | // free the messages. |
| @@ -644,7 +644,7 @@ int SrsLiveStream::serve_http(ISrsHttpResponseWriter* w, SrsHttpMessage* r) | @@ -644,7 +644,7 @@ int SrsLiveStream::serve_http(ISrsHttpResponseWriter* w, SrsHttpMessage* r) | ||
| 644 | 644 | ||
| 645 | if (pprint->can_print()) { | 645 | if (pprint->can_print()) { |
| 646 | srs_info("-> "SRS_CONSTS_LOG_HTTP_STREAM" http: got %d msgs, age=%d, min=%d, mw=%d", | 646 | srs_info("-> "SRS_CONSTS_LOG_HTTP_STREAM" http: got %d msgs, age=%d, min=%d, mw=%d", |
| 647 | - pprint->age(), count, SRS_PERF_MW_MIN_MSGS, SRS_CONSTS_RTMP_PULSE_TIMEOUT_US / 1000); | 647 | + count, pprint->age(), SRS_PERF_MW_MIN_MSGS, SRS_CONSTS_RTMP_PULSE_TIMEOUT_US / 1000); |
| 648 | } | 648 | } |
| 649 | 649 | ||
| 650 | // sendout all messages. | 650 | // sendout all messages. |
-
请 注册 或 登录 后发表评论