I've made vitamio VideoView in Dialog, but quality is very bad, worse than in activity.
Asked
Active
Viewed 598 times
1 Answers
4
Solved!
I've added:
mVideoView.setVideoQuality(MediaPlayer.VIDEOQUALITY_HIGH);
mVideoVIew.getHolder().setFormat(PixelFormat.RGBX_8888);
Everything works fine now!

Paul Chernenko
- 696
- 5
- 21
-
my vitamio player is less smooth than mx player though... any idea how to improve it? – yeahman Feb 03 '18 at 19:56