Skip to content
This repository has been archived by the owner on May 30, 2021. It is now read-only.

AngelThump streams cause a black screen occupying the entire screen for half a second when the first AngelThump stream is loaded. #43

Open
JMPC14 opened this issue Apr 21, 2020 · 1 comment
Labels
bug Something isn't working enhancement New feature or request

Comments

@JMPC14
Copy link
Collaborator

JMPC14 commented Apr 21, 2020

one

Likely something to do with the constraints on either the fragment ConstraintLayout or the VideoView itself, since the video goes straight to the proper size when onMeasure is called.

@jbpratt jbpratt added the bug Something isn't working label Apr 22, 2020
@JMPC14 JMPC14 added the enhancement New feature or request label Oct 20, 2020
@JMPC14
Copy link
Collaborator Author

JMPC14 commented Oct 23, 2020

Improved by using ExoPlayer, does not seem to be easily solvable as VideoView requires wrap content height to adjust to the size of the content, which in turn causes the videoview to occupy the entire screen before it has measured the content.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants