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
ExoPlayer returns list with empty subtitles language codes.
Using ExoPlayer demo app v.2.1.1 I could see the list of subtitles in menu item "Text" with empty language codes. The issue is not reproduced for ExoPlayer 1.5.7.
I provide only manifests:
for this manifest I COULD SEE subtitles language codes in demo app v.2.1.1
The device(s) and version(s) of Android: for all devices which we have including Nexus 7(Android 4.4.4, 2012), Nexus 9 (Android 5.1.1), Nexus 9 (Android 7), Nexus 6(Android 6) and etc.
I have debugged and found that something wrong with parsing manifest logic for mimeType=application/mp4 and codecs=wvtt and for some other cases too.
DashManifestParser.buildFormat() returns format with empty language in case mimeType=application/mp4 and codecs=wvtt. Why?
The text was updated successfully, but these errors were encountered:
Could you please give us time estimate, when do you fix bug? We should know how to plan our time and if we should make any workaround for current realization.
for this manifest I COULD SEE subtitles language codes in demo app v.2.1.1
for this manifest I COULD NOT SEE subtitles language codes in demo app v.2.1.1
Streams are under VPN.
I have debugged and found that something wrong with parsing manifest logic for mimeType=application/mp4 and codecs=wvtt and for some other cases too.
DashManifestParser.buildFormat() returns format with empty language in case mimeType=application/mp4 and codecs=wvtt. Why?
The text was updated successfully, but these errors were encountered: