Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix captions not working after a period transition on live DASH …
…streams (#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 #3783 Change-Id: I0b99df9cf081a5ad340ac16344f5f0240633d683
- Loading branch information