mpd-parser icon indicating copy to clipboard operation
mpd-parser copied to clipboard

manifest endList is true for dynamic MPD instead of false

Open erivni opened this issue 3 years ago • 1 comments

Isn't endList should be set to false if manifest type is "dynamic"?

suggestion:

https://github.com/videojs/mpd-parser/blob/3fc0486cbc06114635055d540606f850477c8c5d/src/toM3u8.js#L419

should be changed to:

endList: type === 'static'

erivni avatar Dec 04 '22 15:12 erivni

The other instances of setting nedList do check the type, I think those are more important, but yeah, this should probably reflect the type as well.

gkatsev avatar Dec 08 '22 16:12 gkatsev