We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
this.data = esd_data
Releated: bilibili/WebAV#10
The text was updated successfully, but these errors were encountered:
fix: Build ESDS box missing data property gpac#341
e64b0aa
Successfully merging a pull request may close this issue.
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
The text was updated successfully, but these errors were encountered: