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
1.95k stars 502 forks source link

E-AC3 Input from TS #1163

Open synologic opened 1 year ago

synologic commented 1 year ago

Are there any plans to support E-AC3 input from MPEG-TS ?

Use case is fairly simple, MPEG-TS multicast contribution, containing E-AC3 (es type 0x87) which is dropped by Shaka as unsupported.

joeyparrish commented 1 year ago

PRs are welcome! My efforts on Packager are currently focused on porting to CMake and replacing our dependencies, to make the project a bit more robust and easier to work on.

XingzhaoYun commented 1 year ago

Are there any plans to support E-AC3 input from MPEG-TS ?

Use case is fairly simple, MPEG-TS multicast contribution, containing E-AC3 (es type 0x87) which is dropped by Shaka as unsupported.

I'm working on E-AC3 and AC4 input from MPEG-TS, will send a PR when ready.