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

tvOS Language Menu not Supported #2457

Closed
ShaneMckenna23 opened this issue Aug 20, 2021 · 1 comment
Closed

tvOS Language Menu not Supported #2457

ShaneMckenna23 opened this issue Aug 20, 2021 · 1 comment

Comments

@ShaneMckenna23
Copy link
Contributor

tvOS Language Menu not Supported

I have a video stream that contains multiple languages. tvOS has an audio menu that allows users to select thier desired language. This menu does not work.

I assume it is because the default value for selectedAudioTrack is system. Therefore it always opts for the language set on the device.

I'm able to load and play different audio tracks by providing a specific value to this prop, such as:
selectedAudioTrack={type: 'language', value: 'fr'}

But I have not found a way of hooking into the tvOS audio menu to detect if a user has selected a different language.

I believe that this is a bug, as the user-selected language should overwrite the default system language.

Platform

Which player are you experiencing the problem on:

  • iOS

Environment info

Library version: 5.1.0-alpha8

Steps To Reproduce

  1. Play video with multiple language audio tracks
  2. Try to change the language using the tvOS menu
  3. Language defaults back to the system language.
    ...

Expected behavior

  1. Language should change to the user-selected audio track

Video sample

Screen.Recording.2021-08-19.at.4.53.13.PM.mov
@freeboub
Copy link
Collaborator

freeboub commented Jun 4, 2022

Looks like done.
Should be retested on master branch !
Please reopen if reproduced

@freeboub freeboub closed this as completed Jun 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants