videojs / m3u8-parser

An m3u8 parser.
Other
471 stars 98 forks source link

How can I parse one m3u8 after one #178

Closed QinPoetry closed 1 year ago

QinPoetry commented 1 year ago

After I use parser.push(), the content cannot be erased. If I wish to parse one new m3u8, how can I use the API?

gkatsev commented 1 year ago

Push is used to give incomplete pieces of the manifest. If you want to parse another manifest, you should create a new parser.