mp4box.js icon indicating copy to clipboard operation
mp4box.js copied to clipboard

Build ESDS box missing data property

Open hughfenghen opened this issue 2 years ago • 0 comments

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: https://github.com/hughfenghen/WebAV/issues/10

hughfenghen avatar Jun 13 '23 07:06 hughfenghen