Skip to content

Fix #1517 - don't assume sidx is at offset zero in byte range

Vinay Rosenberg requested to merge github/fork/davemevans/1517 into development

Created by: davemevans

When the indexRange is unknown, dash.js will search for the sidx box. It possibly won't be at the start of the byte range.

This has been proven to fix loading of:

and proven not to break the following test vectors

indexRange is mandated by the DASHIF IOP so this problem should never occur in compliant presentations.

Merge request reports