pedrovgs / DraggablePanel

Android library used to create an awesome Android UI based on a draggable element similar to the last YouTube graphic component.
Apache License 2.0
2.99k stars 606 forks source link

Video flickering #87

Closed smedic closed 8 years ago

smedic commented 8 years ago

Hello everyone,

When video starts, there is a constant flickering no matter in which state the video window is. I have tried a few hacks such as : http://stackoverflow.com/a/27307286/1374065 but without success. Here (http://stackoverflow.com/questions/25322660/youtube-android-fragment-flickering) is a problem with flickering , but it lasts less than a half of a second (not my case).

Does anybody have this problem or I am the only one?

Thank you.

Shuhrat-java commented 8 years ago

I think it is because of you are using SurfaceView. Use TextureView instead of it. Problem should go away and never return back :).

pedrovgs commented 8 years ago

Yeap @Shuhrat-java is right.