gpac / mp4box.js

JavaScript version of GPAC's MP4Box tool
https://gpac.github.io/mp4box.js/
BSD 3-Clause "New" or "Revised" License
1.94k stars 326 forks source link

Fix #254 - guard against undefined or incomplete sidx when building UI #274

Closed davemevans closed 2 years ago

davemevans commented 2 years ago

Enable filereader to complete when segment does not include sidx box - check there is a sensible sidx and return early if not rather than blindly carrying on.

See #254 for further discussion

cconcolato commented 2 years ago

Thank you.