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-04-08 13:56:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
70e73bc281daefc6a8e2071585ee637ff6aa15de
70e73bc2
1 parent
d124772d
add comments for bug #39
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
trunk/src/app/srs_app_rtmp_conn.cpp
trunk/src/app/srs_app_rtmp_conn.cpp
查看文件 @
70e73bc
...
...
@@ -231,6 +231,8 @@ int SrsRtmpConn::service_cycle()
// for "some" system control error,
// logical accept and retry stream service.
if
(
ret
==
ERROR_CONTROL_RTMP_CLOSE
)
{
// TODO: FIXME: use ping message to anti-death of socket.
// @see: https://github.com/winlinvip/simple-rtmp-server/issues/39
// set timeout to a larger value, for user paused.
rtmp
->
set_recv_timeout
(
SRS_PAUSED_RECV_TIMEOUT_US
);
rtmp
->
set_send_timeout
(
SRS_PAUSED_SEND_TIMEOUT_US
);
...
...
请
注册
或
登录
后发表评论