Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I parse one m3u8 after one #178

Closed
QinPoetry opened this issue Aug 11, 2023 · 1 comment
Closed

How can I parse one m3u8 after one #178

QinPoetry opened this issue Aug 11, 2023 · 1 comment

Comments

@QinPoetry
Copy link

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
Copy link
Member

gkatsev commented Aug 11, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants