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
Dynamically added video stops current video playback on iOS
A bit of context
I'm working on an app which has an in-app mini-player which sits above all screens. When going to a screen that has another video, the mini-player video stops. This does not happen on Android devices
Jmilham21
added
bug
Something isn't working
Groomed
JWP team has reviewed the ticket and deemed it necessary
and removed
needs-grooming
Has not been reviewed by codeowners for scope/validation
labels
Sep 4, 2024
Hey @MantasMikal, I've created a PR I will merge that addresses part of this issue. We have been calling quite() when creating a new player on iOS, which would stop all active players. This isn't ideal for your use case, and it's unclear why this was done to begin with, so we are removing it.
This will expose a new issue when removing a player where other active players will pause. This is acceptable since having two players playing at once anyway is atypical. I bring it up, though, because the root issue here is having two players using either background audio or PiP at the same time (this is the default behavior on iOS, and if you aren't using it, I'd suggest disabling it with the flags pipEnabled and backgroundAudioEnabled set to false in your config.
Dynamically added video stops current video playback on iOS
A bit of context
I'm working on an app which has an in-app mini-player which sits above all screens. When going to a screen that has another video, the mini-player video stops. This does not happen on Android devices
dynamic-video-add.mp4
To Reproduce
Clone https://github.com/MantasMikal/jwplayer-react-native-ios-issues
Steps to reproduce the issue:
Expected behavior
The video should continue playing when a new video is added
Device(s) affected
JWP Ticketing
https://support.jwplayer.com/hc/en-us/requests/158594
The text was updated successfully, but these errors were encountered: