Commit Graph

2 Commits

Author SHA1 Message Date
Álvaro Velad Galván 754bfacf07 feat(HLS): Build closed captions metadata for media playlist on-the-fly. (#5811)
Related to https://github.com/shaka-project/shaka-player/issues/1826
2023-10-26 09:03:59 +02:00
Wojciech Tyczyński 7bda65dcc7 feat: Convert CEA parsers to plugins (#5195)
Fixes #5178 

Changes included:
- converted CEA parsers to externs
- added API to register/unregister CEA parsers
- TextEngine now checks is CEA decoder registered
- excluded CEA plugin from core build
- added lcevc plugin to core build

Bundle size results (all in KB, compared to
bf4b4a54cc):


  | core | complete - ui | complete - ui - cea
-- | -- | -- | --
before | 246 | 473 | 473
after | 231 | 474 | 459
2023-04-28 17:23:01 -07:00