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

Dolby Atmos not working on iPhones using iOS 15 #2554

Closed
ericlifs opened this issue Dec 10, 2021 · 4 comments
Closed

Dolby Atmos not working on iPhones using iOS 15 #2554

ericlifs opened this issue Dec 10, 2021 · 4 comments
Labels
stale Closed due to inactivity or lack or resources

Comments

@ericlifs
Copy link

Bug

After we upgraded our iPhone devices to the latest iOS 15, we noticed that the Dolby Atmos feature stopped working. This feature is working perfectly on iPad devices using iOS 15 and even on iPhone devices that are using a previous iOS (14.7 for example).

There are two different possible outcomes audio wise:

  • Purely static audio => Non Atmos audio
  • Two steps static audio that alternate each 1 second => Atmos audio

The expected behavior is to get the latter on all iPhone devices (that have this feature enabled like iPhone X, 11, 12, 13) regardless of the iOS they are using.

Platform

Which player are you experiencing the problem on:

  • iOS 15
  • iPhone X and above

Reproducible sample code

const { width } = Dimensions.get('window');

const App = () => {

  return (
    <Video
        style={{ width, height: (width * 9) / 16 }}
        source={{
          uri: 'https://ott.dolby.com/OnDelKits/DDP/Dolby_Digital_Plus_Online_Delivery_Kit_v1.5/Test_Signals/muxed_streams/HLS/Manifest_fMP4/Audio_ID_720p_50fps_h264_special_6ch_640kbps_ddp_joc.m3u8',
        }}
        muted={false}
        paused={false}
        repeat
     />
  )
}

Video sample

You can use the following asset for testing https://ott.dolby.com/OnDelKits/DDP/Dolby_Digital_Plus_Online_Delivery_Kit_v1.5/Test_Signals/muxed_streams/HLS/Manifest_fMP4/Audio_ID_720p_50fps_h264_special_6ch_640kbps_ddp_joc.m3u8

@Fedeorlandau
Copy link

I'm able to replicate this. Thank you for raising this bug.

@Fedeorlandau
Copy link

Fedeorlandau commented Jan 17, 2022

We found out that this is an iOS 15 issue not related to react-native-video. People at Apple broke spatial audio even in safari.

We've raised a bug report and sent it their way.

@Fedeorlandau
Copy link

PR: valtech-sd#11

@stale
Copy link

stale bot commented Apr 19, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. If you are having a similar problem, please open a new issue and reference this one instead of commenting on a stale or closed issue.

@stale stale bot added the stale Closed due to inactivity or lack or resources label Apr 19, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stale Closed due to inactivity or lack or resources
Projects
None yet
Development

No branches or pull requests

3 participants