如何在Android中使用uri与.mov formate一起玩在线视频?

时间:2016-10-18 12:35:12

标签: android video-streaming

  

Uri videoUri = Uri.parse(“https:// ***”);

   try {
        videoLayout.setVideoURI(videoUri);
    } catch (IOException e) {
        e.printStackTrace();
    }

1 个答案:

答案 0 :(得分:0)

我有一个由谷歌开发并支持所有类型的视频和音频格式的媒体播放器,包括youtube网址和支持 http:// https:// 类型网址
这里是链接 https://google.github.io/ExoPlayer/