Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix shaka-project#3783 captions not working after a period transition…
… on live DASH streams (shaka-project#3801) Embedded CEA-608 captions don't work on multi period live DASH DAI streams after new periods appear in the manifest because commas are appended the streams originalId string, which disrupts some stream matching code in text_engine.js The problem has been resolved by preventing makeTextStreamsForClosedCaptions() from altering the PeriodCombiner.textStreams_ array. Fixes shaka-project#3783
- Loading branch information