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-03-23 14:47:09 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
76290a5a12dad69b94231c98475cbf8dd6002aed
76290a5a
1 parent
7930add7
fix bug of get daemon
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
9 行增加
和
1 行删除
trunk/conf/console.conf
trunk/src/app/srs_app_config.cpp
trunk/conf/console.conf
0 → 100644
查看文件 @
76290a5
# main config for srs.
# @see full.conf for detail config.
listen
1935
;
daemon
off
;
srs_log_tank
console
;
vhost
__
defaultVhost__
{
}
...
...
trunk/src/app/srs_app_config.cpp
查看文件 @
76290a5
...
...
@@ -1304,7 +1304,7 @@ bool SrsConfig::get_deamon()
{
srs_assert
(
root
);
SrsConfDirective
*
conf
=
root
->
get
(
"d
ea
mon"
);
SrsConfDirective
*
conf
=
root
->
get
(
"d
ae
mon"
);
if
(
conf
&&
conf
->
arg0
()
==
"off"
)
{
return
false
;
}
...
...
请
注册
或
登录
后发表评论