Video showing black screen on Ios while playing #1785
Replies: 9 comments
-
I see same behavior. If you exit the video and play again it works fine. I've verified this is issue with IOS 17. Works fine with 16.5 |
Beta Was this translation helpful? Give feedback.
-
I've just stumbled across this issue whilst researching a very similar issue I'm having in my own react application (which uses the native video controls when running in Safari on iOS). So even though I'm not using react-player I thought this information might be helpful... For me it seems to occur only when:
Frustratingly I can't replicate the issue outside of my application - either in a pure HTML5 video or in a React app that renders a But I am wondering if it's something that's been caused by a recent iOS update as it seems unlikely that it hasn't been noticed & reported before (this application has hundreds of thousands of users). Oh, in my app it also works fine if you exit the video then play again. I also noticed that if I switch to picture-in-picture it plays back fine. I'm running iOS v17.3.1 |
Beta Was this translation helpful? Give feedback.
-
Sounds like Apple broke video api. I was reading few threads in apple forum which sounded similar issue. |
Beta Was this translation helpful? Give feedback.
-
@amitava82 a colleague with an iPhone still running iOS 16.4.1 just tested and couldn't replicate the issue so yeah I think something is broken in mobile safari. Also note that in @hhovakimyan 's config |
Beta Was this translation helpful? Give feedback.
-
Hello! I had a similar issue with Safari and Chrome in my app on iOS 17. However, I noticed the video works as expected when the |
Beta Was this translation helpful? Give feedback.
-
Did anyone found a solution for the above ? |
Beta Was this translation helpful? Give feedback.
-
I have the same issue with Vimeo embeds on iOS 17.5.1. I |
Beta Was this translation helpful? Give feedback.
-
Had a similar issue on Android. Embedded video could not be started at all. Setting |
Beta Was this translation helpful? Give feedback.
-
I am not user of it but I've had the issue on video using videoJS. Try |
Beta Was this translation helpful? Give feedback.
-
Current Behavior
Sometimes when playing videos in Ios a black screen is being shown while the video is playing. So we can hear the audio but
see black screen instead of the video(See the bug reproduction video attached). The video is being loaded from AWS. The integration code is
Environment
RPReplay_Final1705303082.mp4
Beta Was this translation helpful? Give feedback.
All reactions