Skip to content

Fix WebM SegmentInfo parsing bug

Vinay Rosenberg requested to merge github/fork/vigneshvg/development into development

Created by: vigneshvg

Existing WebM SegmentInfo parsing is strict and expects elements in a specific order (which is against the matroska specification [1]). This patch relaxes parsing of SegmentInfo and allows valid files to be played back properly.

[1] http://matroska.org/technical/specs/index.html

It also updates dash.webm.all.js and dash.webm.min.js via grunt to reflect changes in this bug fix.

Merge request reports