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.
![IMG_20230422_120219](https://user-images.githubusercontent.com/124365311/235416700-a194d1cd-15d1-45e0-9820-3f5eb535006b.jpg)
![Actual TV image](https://user-images.githubusercontent.com/124365311/235416716-0d685308-347f-492b-8f7f-0cfc6cbdb640.jpg)
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