-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
status: archivedArchived and locked; will not be updatedArchived and locked; will not be updatedtype: enhancementNew feature or requestNew feature or request
Milestone
Description
Have you read the FAQ and checked for duplicate open issues?
Yes
Is your feature request related to a problem? Please describe.
Using mux.js for transmuxing makes sense, as we do not want to support TS streams long-term. Using mux.js for CEA captions is different, since broadcast TV caption standards are not going away any time soon.
Describe the solution you'd like
We should own our own CEA parser so that apps do not need an additional dependency for caption parsing. We can keep mux.js as an optional dependency for transmuxing TS content.
Describe alternatives you've considered
- Continue using mux.js for captions (no change from today)
- Use another existing parser (still a third-party dep, but now multiple)
avelad, muhammadharis and arturparkhisenko
Metadata
Metadata
Assignees
Labels
status: archivedArchived and locked; will not be updatedArchived and locked; will not be updatedtype: enhancementNew feature or requestNew feature or request