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
winlin
2014-12-12 23:07:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dac9f9c45c753418d3e4193d06bea49ecaf04a38
dac9f9c4
1 parent
10297fab
refine the log level.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
1 行删除
trunk/src/app/srs_app_rtmp_conn.cpp
trunk/src/app/srs_app_rtmp_conn.cpp
查看文件 @
dac9f9c
...
...
@@ -646,7 +646,9 @@ int SrsRtmpConn::do_playing(SrsSource* source, SrsQueueRecvThread* trd)
// we use wait timeout to get messages,
// for min latency event no message incoming,
// so the count maybe zero.
srs_verbose
(
"mw wait %dms and got %d msgs %"
PRId64
"-%"
PRId64
"ms"
,
mw_sleep
,
count
,
srs_info
(
"mw wait %dms and got %d msgs %d(%"
PRId64
"-%"
PRId64
")ms"
,
mw_sleep
,
count
,
(
count
>
0
?
msgs
.
msgs
[
count
-
1
]
->
timestamp
-
msgs
.
msgs
[
0
]
->
timestamp
:
0
),
(
count
>
0
?
msgs
.
msgs
[
0
]
->
timestamp
:
0
),
(
count
>
0
?
msgs
.
msgs
[
count
-
1
]
->
timestamp
:
0
));
#else
...
...
请
注册
或
登录
后发表评论