Paul Chernenko
Paul Chernenko

Reputation: 706

Vitamio VideoView bad quality in dialog

I've made vitamio VideoView in Dialog, but quality is very bad, worse than in activity.

enter image description here

Upvotes: 0

Views: 601

Answers (1)

Paul Chernenko
Paul Chernenko

Reputation: 706

Solved!

I've added:

 mVideoView.setVideoQuality(MediaPlayer.VIDEOQUALITY_HIGH);
 mVideoVIew.getHolder().setFormat(PixelFormat.RGBX_8888);

Everything works fine now!

Upvotes: 4

Related Questions