How to override the Audio Track Details underneath the audio panel in AVPlayer.

https://learn.microsoft.com/en-us/answers/questions/320776/how-to-override-the-audio-track-details-underneath.html

Audio/subtitles

#EXT-X-MEDIA:NAME="eng-300",TYPE=AUDIO,LANGUAGE="eng”,GROUP-ID="audio",CODECS="mp4a.40.2",DEFAULT=YES,AUTOSELECT=YES,URI="300/2043--profile--4.3.m3u8" #EXT-X-MEDIA:NAME=“eng-500",TYPE=AUDIO,LANGUAGE=“eng”,GROUP-ID="audio",CODECS="mp4a.40.2",DEFAULT=NO,AUTOSELECT=YES,URI="500/2043--profile--4.3.m3u8"

Currently we are getting English, English are audio track names

Requirement’s : We should show like English(Dolby) , English(Stereo)

please provide suggestions will be helpful to us

1.Since we are using TVOS native AvPlayer so customisation was not possible

Post not yet marked as solved Up vote post of Surendra7700 Down vote post of Surendra7700
874 views

Replies

We've got the exact same issue. We've discovered that when the system language setting is the same as the LANGUAGE tag in the manifest, together with setting DEFAULT and AUTOSELECT to NO, the custom NAME tag is shown. But we can't rely on the user having that exact same system setting, + no default tracks in the manifest at all.

Reference: https://developer.apple.com/forums/thread/650968

@Surendra7700 did you already got any solid answer somewhere else?