Commit 039be544 by ziyue

修复m3u8中extinf不准的问题:#816

parent 03addaf0
......@@ -104,7 +104,7 @@ void HlsMaker::addNewSegment(uint32_t stamp) {
//新增切片
_last_file_name = onOpenSegment(_file_index++);
//记录本次切片的起始时间戳
_last_seg_timestamp = stamp;
_last_seg_timestamp = _last_timestamp ? _last_timestamp : stamp;
}
void HlsMaker::flushLastSegment(bool eof){
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论