VidoView

简简单单几行代码就可以实现视频的播放好像蛮好用的样子

vv=(VideoView)findViewById(R.id.vv);
vv.setVideoPath("http://10.39.1.16/1.mp4");
vv.start();

VidoView是对SurfaceView和miediaplayer的封装

弊端:AVI格式或rmvb直接无法播放

原文地址:https://www.cnblogs.com/liuyinghai87/p/7140474.html