When I parse a lot of m3u8 in a linux environment, I find that some of the files are missing the last url, but I can't reproduce it locally
MediaPlaylist playlist = parser.readPlaylist(Paths.get(file.getAbsolutePath()));List<MediaSegment> mediaSegments = playlist.mediaSegments();LOG.info("m3u8 parser from sdk size is {}", mediaSegments.size());
When I parse a lot of m3u8 in a linux environment, I find that some of the files are missing the last url, but I can't reproduce it locally
MediaPlaylist playlist = parser.readPlaylist(Paths.get(file.getAbsolutePath()));
List<MediaSegment> mediaSegments = playlist.mediaSegments();
LOG.info("m3u8 parser from sdk size is {}", mediaSegments.size());
sometime is n, sometime is n-1