hls muxer: fix compatibility with grafov/m3u8

This commit is contained in:
aler9 2022-10-24 16:13:37 +02:00
parent 841bbec959
commit dfef383311

View file

@ -308,8 +308,6 @@ func (p *muxerVariantFMP4Playlist) fullPlaylist(isDeltaUpdate bool) io.Reader {
cnt += "#EXT-X-SKIP:SKIPPED-SEGMENTS=" + strconv.FormatInt(int64(skipped), 10) + "\n"
}
cnt += "\n"
for i, sog := range p.segments {
if i < skipped {
continue