You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.
I need to select a particular audio track language in encrypted MPEG dash streams. I found 2 ways to do it in API:
The property audioLanguagesAndRoles and method selectAudioLanguage() in ShakaPlayer class. The property is working well and returning a list of language codes. However selectAudioLanguage() when called with one of the codes has no effect.
getVariantTracks and selectVariantTrack – here as well the getter is working, but the selection method isn't.
I need to select a particular audio track language in encrypted MPEG dash streams. I found 2 ways to do it in API:
audioLanguagesAndRoles
and methodselectAudioLanguage()
inShakaPlayer
class. The property is working well and returning a list of language codes. HoweverselectAudioLanguage()
when called with one of the codes has no effect.getVariantTracks
andselectVariantTrack
– here as well the getter is working, but the selection method isn't.So how can I set the audio track?
Environment:
Shaka player embedded, commit dabbeb5
Widevine 15.2.4
Xcode 12.4
iOS 14.4.1
The text was updated successfully, but these errors were encountered: