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-19 21:08:42 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a4709a6439366ae94b9d329af3373c5b66e43df1
a4709a64
1 parent
0319e85f
for #151, add comments for the audio overflow ratio.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
trunk/src/app/srs_app_hls.cpp
trunk/src/app/srs_app_hls.cpp
查看文件 @
a4709a6
...
...
@@ -346,6 +346,7 @@ bool SrsHlsMuxer::is_segment_overflow()
bool
SrsHlsMuxer
::
is_segment_absolutely_overflow
()
{
// @see https://github.com/winlinvip/simple-rtmp-server/issues/151#issuecomment-83553950
srs_assert
(
current
);
return
current
->
duration
>=
hls_aof_ratio
*
hls_fragment
;
}
...
...
请
注册
或
登录
后发表评论