-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multi audio streams not migrating correctly #230
Comments
Hi @mouab215, Is it possible for you to provide input assets for us investigate? If not, is it possible to provide the ism/ismc files? Thanks. |
hi @pohhsu, Yes, here it is. Let me know if it works: |
Turns out it is a bug in how we invoke the shaka packager. Calling shaka packager with stream=audio always selects the first audio stream (irrespective of the language). We need to call shaka packager with stream=0-based-index to pick multiple language correctly. Working on a fix. |
Create a pull request #231 for this issue. While waiting for the fix, the customer can make the change locally and test. It is a one line change in Manifest.cs (or you can use the duggaraju/mulit_audio) branch. |
Hey @duggaraju , I've tried it with the latest commit, however i still end up with 2 english audio tracks while the initial asset contains both english and french |
Whenever I use a video Asset with multi audio streams (e.g. english + french). The output will be in CMAF (as expected) and have the same amount of audio streams but then english + english.
The text was updated successfully, but these errors were encountered: