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 moof
s in a segment.
This PR patches in support for multiple moof
s per segment for CEA608 captions.
Is there anywhere else in the code where multiple moof
s per segment are rejected, or is it only the text stuff?