yqritc / Android-ScalableVideoView

Android Texture VideoView having a variety of scale types like the scale types of ImageView such as fitCenter, centerCrop, centerTopCrop and more
Apache License 2.0
1.09k stars 223 forks source link

black view when back from other activity #31

Open aph12123 opened 7 years ago

aph12123 commented 7 years ago

When jump to an other activity from the current one which contains the video view while the video is playing and then come back again to the video activity, the video view shows black.

Ekalips commented 7 years ago

I think that it's similar problem to VideoView loading again when activity comes from back stack. As far as I know there is no way to deal with it. Only one workaround - set some image while video is loading so user wouldn't see black screen. See some explanations here