I am using Vitamio library into my project to play stream video.
It's worked fine on majority Android devices. But on some devices, video quality is very bad (example: Samsung galaxy Y S5360, LG L-07C,...)
I am used:
mVideoView.setVideoURI(uri);
mVideoView.setVideoQuality(MediaPlayer.VIDEOQUALITY_HIGH);
mVideoView.getHolder().setFormat(PixelFormat.RGBX_8888);
but it's still not change.
Please help me.
I just found the answer. Just put this line when initialising the VideoView: