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

Build ESDS box missing data property #341

Open
hughfenghen opened this issue Jun 13, 2023 · 0 comments · May be fixed by #378
Open

Build ESDS box missing data property #341

hughfenghen opened this issue Jun 13, 2023 · 0 comments · May be fixed by #378

Comments

@hughfenghen
Copy link

Missing data causes the size to be calculated incorrectly, which ultimately prevents the file from being parsed.

Adding the code after https://github.com/gpac/mp4box.js/blob/master/src/parsing/esds.js#L2 seems to solve the problem
this.data = esd_data

Releated: bilibili/WebAV#10

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

Successfully merging a pull request may close this issue.

1 participant