-
Notifications
You must be signed in to change notification settings - Fork 379
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
Surface clear issues with previous image playback #571
Comments
Was there any log output to indicate that clearing the surface had an issue? |
This is a log that appears when stopPlayBack is called. 02-27 00:03:14.973 26975-26975/com.anime.sky.anistreaming E/ResizingTextureView: clearSurface Note that the exoPlayer library uses version 2.7.0. |
OK, thanks. I'll look in to it |
The same issue when there are two players which takes turns changing visibility so at once only one is visible and another is gone on the same place of screen After playing the first and showing the second sometimes i see only frame from the first and only hear the second one. I need to have all of them at once because of preloading video to prevent pause after showing Can be there any solution? How to make it works |
Include the following:
4.1.0
7.1
Google
Pixel XL
Reproduction Steps
1.Get ready to play the next video
Expected Result
Surface cleaned and changed to black screen
Actual Result
Loading and playing images from the current playback screen does not change to a black screen
Code for playing the next video
private void resetPlayer() { if (videoView != null) { //videoView.reset(); videoView.stopPlayback(); } }
The text was updated successfully, but these errors were encountered: