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
胡斌
2017-06-07 19:38:00 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
603c0a361af7c0e180e4707825ad1c9c847157b6
603c0a36
1 parent
1bc684b8
fix the bug of set_config_static doesn't take effect when reload
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
6 行增加
和
0 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
603c0a3
...
...
@@ -1011,6 +1011,8 @@ int SrsConfig::reload_conf(SrsConfig* conf)
return
ret
;
}
set_config_static
();
return
ret
;
}
...
...
@@ -2095,6 +2097,10 @@ int SrsConfig::check_config()
void
SrsConfig
::
set_config_static
()
{
if
(
this
!=
_srs_config
){
return
;
}
SrsConfDirective
*
conf
=
root
->
get
(
"speex2aac"
);
if
(
conf
){
if
(
conf
->
arg0
()
==
"on"
){
...
...
请
注册
或
登录
后发表评论