Skip to content
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

Add label attribute support for DASH audio/text #4391

Merged
merged 1 commit into from Jul 12, 2018

Conversation

itaykinnrot
Copy link
Contributor

When playing a stream with multiple audio tracks, currently the only way to identify the different tracks is using the lang attribute of AdaptationSet. We have customers who would like to customize the label that is displayed to the end user for selecting the audio track. Also, multiple audio tracks are sometimes used for uses cases which are not multiple languages, for example - one audio track with background music and one without it.
While it is possible to pass this info out-of-band, we feel it makes most sense to pass it in-band in the MPD. Other protocols have support for this - in HLS you can set the NAME attribute of EXT-X-MEDIA, and in MSS there's a Name attribute on StreamIndex

Now update to dev-v2 [https://github.com//pull/2904]

…pe + add it to default ui + update from dev-v2
@ojw28 ojw28 self-requested a review June 19, 2018 10:05
@ojw28 ojw28 self-assigned this Jun 19, 2018
@ojw28 ojw28 merged commit 41636ad into google:dev-v2 Jul 12, 2018
@google google locked and limited conversation to collaborators Nov 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants