VidoView

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

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

VidoView是对SurfaceView和miediaplayer的封装

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

posted @ 2017-07-09 08:35  熊大哥87  阅读(114)  评论(0编辑  收藏  举报