tanguyantoine / react-native-music-control

Display and manage media controls on lock screen and notification center for iOS and Android.
https://www.npmjs.com/package/react-native-music-control
MIT License
697 stars 264 forks source link

[iOS] Controlling volume is not working correctly when casting by airplay until using device volume up/down button #403

Open dmarczak2911 opened 2 years ago

dmarczak2911 commented 2 years ago

Hey! I have an issue with controlling the volume of playback from media controls when I'm casting the video using airplay.

Description

Steps to reproduce:

  1. Start watching a video
  2. Connect to TV using airplay
  3. Scroll the notification bar or lock the screen to see media controls

The observed result: The volume on the media controls view is not working correctly:

When the user presses the device volume up/down button the issue disappears and the correct value is set on the volume bar. Does anyone have an idea what can be wrong?

  1. Platform?

    • [x] iOS
    • [ ] Android
  2. Device

    • [ ] Simulator
    • [x] Real device
shaheer904 commented 2 years ago

Have you find any solution for that problem.