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-14 20:25:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e6058c1560e2f1401c62d07f949d0ad6d1d88d65
e6058c15
1 parent
320f45c6
update donation
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
0 行删除
DONATIONS.txt
trunk/src/app/srs_app_http_conn.cpp
DONATIONS.txt
查看文件 @
e6058c1
...
...
@@ -13,6 +13,7 @@ RMB 500-999
* [2015-xx-xx xx:xx] xxx
RMB 100-499
* [2015-03-14 20:21] 万伟
* [2015-03-11 09:44] 叶发养
* [2015-02-08 21:10] 韩友洪
* [2015-01-09 16:08] 李理
...
...
trunk/src/app/srs_app_http_conn.cpp
查看文件 @
e6058c1
...
...
@@ -1188,6 +1188,7 @@ int SrsHttpServer::hijack(SrsHttpMessage* request, ISrsHttpHandler** ph)
srs_trace
(
"hstrs: source url=%s, is_edge=%d, source_id=%d[%d]"
,
r
->
get_stream_url
().
c_str
(),
vhost_is_edge
,
s
->
source_id
(),
s
->
source_id
());
// TODO: FIXME: disconnect when all connection closed.
if
(
vhost_is_edge
)
{
// notice edge to start for the first client.
if
((
ret
=
s
->
on_edge_start_play
())
!=
ERROR_SUCCESS
)
{
...
...
请
注册
或
登录
后发表评论