shaka-project / shaka-packager

A media packaging and development framework for VOD and Live DASH and HLS applications, supporting Common Encryption for Widevine and other DRM Systems.
https://shaka-project.github.io/shaka-packager/
Other
2.01k stars 513 forks source link

feat: Add input support for EBU Teletext in MPEG-TS #1344

Closed cosmin closed 9 months ago

cosmin commented 9 months ago

Replaces #1181

Closes #272

cosmin commented 9 months ago

I think I addressed all the feedback except for the named constants in ParsePacket26 that might require having to carefully go through the spec to come up with some meaningful names for.

I propose we merge this as is (on account of it works and has tests) and then can improve it in the future (such as when adding support for other languages).