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.96k stars 505 forks source link

Mux audio and video together in TS for HLS #802

Open nikhilkalantri opened 4 years ago

nikhilkalantri commented 4 years ago

Looking at the examples it seems SP only supports muxing audio and video separately while creating transport streams. I have a use case where I need the TS to have both audio and video. Is this supported already or is there a plan for something like this in the future? It might be related to this issue: https://github.com/google/shaka-packager/issues/556

kqyang commented 4 years ago

We don't have a plan right now to support muxed audio and video.

Any reason that demuxed audio and video do not work for you?

nikhilkalantri commented 4 years ago

I am in the process of creating streams where one of the use cases is to have muxed audio and video together.

dclarkmlb commented 4 years ago

Bumping this issue/enhancement as muxed audio & video are needed in the pipelines we're building. fMP4 and demuxed audio/video are down the line on the roadmap for us and at this time, it's a requirement on our end to keep the streams together for other downstream processes.

Are there any estimates on when this feature could be addressed?

kqyang commented 4 years ago

Unfortunately, we don't have resources working on this feature in the near term.

hariszukanovic commented 3 years ago

Is it immaginable to remux the separated CMAF audio and video into a .ts outside of the packager?

wabiloo commented 7 months ago

If I may ask... is it "just" a question of