-
Notifications
You must be signed in to change notification settings - Fork 380
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
First frame flicker when playing landscape video #326
Comments
May be related to #281 |
@ehehhh are you still seeing this with the |
Hi, Brian. Unfortunately, I'm still seeing this issue with the newest 3.1.1 release as well. I created a small project which reproduces this issue: |
Thanks, I'll see if I can reproduce it with your demo app; otherwise I'll have to track down a Nexus 5 |
I tested it on my nexus 5x, doesn't happen there. I wonder if it's related to the android version (5x has nougat, 5 has marshmallow). |
Possibly. Once my QA at work gets in I'll see if he can track down a N5 for me (hopefully with 6.0.1) |
@brianwernick @ehehhh having the same problem on a Nexus 4 @ 5.1, ExoMedia @ 4.0.2 |
Having the same problem on all Google Pixel's phone (XL and Pixel) and also few Android TV Box |
if you set the useSurfaceViewBacking to false, you won't have this issue. But this cause effects like not getting high fps on streams. If i set to SurfaceView to true, then my fps is better and cleaner. |
Include the following:
3.0.2
6.0.1
LG
Nexus 5
Reproduction Steps
Expected Result
The video should start playing with the correct scale without any flickering.
Actual Result
The first frame of the video fills the screen and then it adjusts the scale of the video to the default FIT_CENTER behavior, this causes an unpleasant flickering at the start of the video.
The text was updated successfully, but these errors were encountered: