Uri videoUri = Uri.parse(“https:// ***”);
try { videoLayout.setVideoURI(videoUri); } catch (IOException e) { e.printStackTrace(); }
答案 0 :(得分:0)
我有一个由谷歌开发并支持所有类型的视频和音频格式的媒体播放器,包括youtube网址和支持 http:// 和 https:// 类型网址
这里是链接
https://google.github.io/ExoPlayer/