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

Missing url when parsing m3u8

Open kShines opened this issue 1 year ago • 0 comments

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

kShines avatar Jul 11 '22 12:07 kShines