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

manifest endList is true for dynamic MPD instead of false #168

Open
erivni opened this issue Dec 4, 2022 · 1 comment
Open

manifest endList is true for dynamic MPD instead of false #168

erivni opened this issue Dec 4, 2022 · 1 comment

Comments

@erivni
Copy link

erivni commented Dec 4, 2022

Isn't endList should be set to false if manifest type is "dynamic"?

suggestion:

endList: true,

should be changed to:

endList: type === 'static'
@gkatsev
Copy link
Member

gkatsev commented Dec 8, 2022

The other instances of setting nedList do check the type, I think those are more important, but yeah, this should probably reflect the type as well.

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