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-04-03 12:43:40 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c4466a8c0c2318a04ec9020511bb67024b783495
c4466a8c
1 parent
eb54ec25
fix crash bug for hls cleanup.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/app/srs_app_config.cpp
trunk/src/app/srs_app_config.cpp
查看文件 @
c4466a8
...
...
@@ -3414,7 +3414,7 @@ bool SrsConfig::get_hls_cleanup(string vhost)
SrsConfDirective
*
conf
=
hls
->
get
(
"hls_cleanup"
);
if
(
!
conf
&&
conf
->
arg0
()
!=
"off"
)
{
if
(
conf
&&
conf
->
arg0
()
!=
"off"
)
{
return
SRS_CONF_DEFAULT_HLS_CLEANUP
;
}
...
...
请
注册
或
登录
后发表评论