Replies: 1 comment
-
one thing i forgot to tell that when i use fijkplayer then its scaling correctly. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i am using better player v0.0.82 and i have problem in scaling the video when i try to play low resolution ( eg. 480p or 720p) in large screen say 50 or 55 inches tv and it only shows the video in small screen and rest of the screen remains green screen.
but its scaling well on emulator and works perfectly.
i have tried all possible fit property
say fit fill cover contain
but no luck
if anyone can help then please assist me.
i am attaching tv screen picture and emulato
r screen as well along with player file codes
video player file contents
void initSettings() async{
_animated_controller = AnimationController(vsync: this, duration: Duration(milliseconds: 450));
_animated_controller!.forward();
}
Beta Was this translation helpful? Give feedback.
All reactions