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-03-15 07:58:35 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5dc05f7af04b5442d70bff6a32feddb820a1d830
5dc05f7a
1 parent
fc42da4c
when write total.m3u8,don't write #EXT-X-DISCONTINUITY when the total.m3u8 is new created
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
trunk/src/app/srs_app_hls.cpp
trunk/src/app/srs_app_hls.cpp
查看文件 @
5dc05f7
...
...
@@ -878,7 +878,7 @@ int SrsHlsMuxer::segment_close(string log_desc)
erase_last_endlist
=
true
;
m3u8_total_endlist_saved
=
false
;
}
if
(
currentSeg
->
sequence_no
!=
0
)
{
if
(
this
->
total_duraion
!=
0
)
{
// #EXT-X-DISCONTINUITY\n
ss
<<
"#EXT-X-DISCONTINUITY"
<<
SRS_CONSTS_LF
;
srs_verbose
(
"write m3u8 segment discontinuity success."
);
...
...
请
注册
或
登录
后发表评论