Skip to content

allow multiple moofs per segment

Created by: squarebracket

I don't expect this PR as it currently is to get accepted, but it's a good place to discuss.

Right now, dash.js only parses out the text information from the first moof in a segment. It would be nice if the text data could be pulled out of all the moofs in a segment.

This PR patches in support for multiple moofs per segment for CEA608 captions.

Is there anywhere else in the code where multiple moofs per segment are rejected, or is it only the text stuff?

Merge request reports