Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
tufang14
2015-03-18 17:35:17 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
winlin
2015-03-19 10:16:58 +0800
Commit
e319da33293327a7b62b675f000ddfc41dc62146
e319da33
1 parent
f564c903
小瑕疵
小瑕疵
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/src/app/srs_app_http_conn.cpp
trunk/src/app/srs_app_http_conn.cpp
查看文件 @
e319da3
...
...
@@ -285,7 +285,7 @@ int SrsStreamCache::cycle()
if
(
pprint
->
can_print
())
{
srs_trace
(
"-> "
SRS_CONSTS_LOG_HTTP_STREAM_CACHE
" http: got %d msgs, age=%d, min=%d, mw=%d"
,
pprint
->
age
(),
count
,
SRS_PERF_MW_MIN_MSGS
,
SRS_CONSTS_RTMP_PULSE_TIMEOUT_US
/
1000
);
count
,
pprint
->
age
()
,
SRS_PERF_MW_MIN_MSGS
,
SRS_CONSTS_RTMP_PULSE_TIMEOUT_US
/
1000
);
}
// free the messages.
...
...
@@ -644,7 +644,7 @@ int SrsLiveStream::serve_http(ISrsHttpResponseWriter* w, SrsHttpMessage* r)
if
(
pprint
->
can_print
())
{
srs_info
(
"-> "
SRS_CONSTS_LOG_HTTP_STREAM
" http: got %d msgs, age=%d, min=%d, mw=%d"
,
pprint
->
age
(),
count
,
SRS_PERF_MW_MIN_MSGS
,
SRS_CONSTS_RTMP_PULSE_TIMEOUT_US
/
1000
);
count
,
pprint
->
age
()
,
SRS_PERF_MW_MIN_MSGS
,
SRS_CONSTS_RTMP_PULSE_TIMEOUT_US
/
1000
);
}
// sendout all messages.
...
...
请
注册
或
登录
后发表评论