pavelsiamak / alpha-movie

Android video player with alpha channel (chroma key) support
https://github.com/pavelsemak/alpha-movie
Apache License 2.0
145 stars 43 forks source link

Black screen appears before start in DialogFragment #7

Open DenisFedak84 opened 6 years ago

DenisFedak84 commented 6 years ago

Hi, thanks for the library. It's really cool. But I have some troubles with your library in DialogFragment. I have black screen before video start. It is appear for a second, after that video start. What is it? In Activity all alright, but I have to use DialogFragment.

Arpit0492 commented 3 years ago

A workaround for this issue would be to animate alpha of the player from 0 to 1 in 1~2sec so that the black screen is skipped during the transition.