mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
hls muxer: fix compatibility with grafov/m3u8
This commit is contained in:
parent
841bbec959
commit
dfef383311
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue