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

parser.parse()

Open qupengcheng opened this issue 5 years ago • 0 comments

PlaylistParser parser = new PlaylistParser(inputStream , Format.EXT_M3U, Encoding.UTF_8); Playlist playlist = parser.parse(); parse() method throw EOFExcention,how can i fix it?

qupengcheng avatar Dec 02 '19 01:12 qupengcheng