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' ```