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-07-10 13:45:21 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
50feaacdde1fc11e370c5c74384401067467231a
50feaacd
1 parent
0aa05343
refine code for http remux reload.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
4 行增加
和
1 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_http_stream.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
50feaac
...
...
@@ -853,6 +853,7 @@ int SrsConfig::reload_vhost(SrsConfDirective* old_root)
}
}
// TODO: reload new http_remux in on_vhost_add
// http_remux, only one per vhost.
if
(
get_vhost_http_remux_enabled
(
vhost
))
{
for
(
it
=
subscribes
.
begin
();
it
!=
subscribes
.
end
();
++
it
)
{
...
...
trunk/src/app/srs_app_http_stream.cpp
查看文件 @
50feaac
...
...
@@ -1228,7 +1228,9 @@ int SrsHttpStreamServer::initialize_flv_streaming()
continue
;
}
initialize_flv_entry
(
conf
->
arg0
());
if
((
ret
=
initialize_flv_entry
(
conf
->
arg0
()))
!=
ERROR_SUCCESS
)
{
return
ret
;
}
}
return
ret
;
}
...
...
请
注册
或
登录
后发表评论