-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
(Android) Black Screen for a second between loading and video playback #1128
Comments
I'm guessing you mean ExoPlayer, but wanted to make sure because Expo has their own video player. Can you share a sample video? It may be an issue that's specific to certain videos. |
Yes, i am using ExoPlayer, corrected main post, thanks for the head up. |
I am having the same issue on iOS. The video doesn't seem to matter. It happens with every video that I've tried. I am using version 3.1.0. This is what happens...
Between steps 3 and 4, there is a flash of background color instead of the poster seamlessly blending into the video. The flash happens before the |
There is an always around 2 seconds of black screen when moving from onLoad which stop my loading spinner component and the start of the video playback in my code below. I am using ExoPlayer.
Any idea what i am doing wrong, or how can i improve my code to get rid of the black screen?!
My Code:
The text was updated successfully, but these errors were encountered: