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
2015-03-16 15:40:43 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c92d40e00b13412bf9e15d4ef2315924acb29cf7
c92d40e0
1 parent
a95bd7d3
for #334, refine code, use kbps instead skt of rtmp connection.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/app/srs_app_rtmp_conn.cpp
trunk/src/app/srs_app_rtmp_conn.cpp
查看文件 @
c92d40e
...
...
@@ -1294,7 +1294,7 @@ void SrsRtmpConn::http_hooks_on_close()
int
connection_id
=
_srs_context
->
get_id
();
for
(
int
i
=
0
;
i
<
(
int
)
on_close
->
args
.
size
();
i
++
)
{
std
::
string
url
=
on_close
->
args
.
at
(
i
);
SrsHttpHooks
::
on_close
(
url
,
connection_id
,
ip
,
req
,
skt
->
get_send_bytes
(),
skt
->
get_recv_bytes
());
SrsHttpHooks
::
on_close
(
url
,
connection_id
,
ip
,
req
,
kbps
->
get_send_bytes
(),
kbps
->
get_recv_bytes
());
}
}
#endif
...
...
请
注册
或
登录
后发表评论