所以基本上我有一个mjpeg流,但是由于某种原因,我似乎无法使用VideoView播放它。 mp4和hls流效果很好。这是我的演奏方式。
videoViewMonitor.setVideoURI(uri); // Tried this first, didn't work
videoViewMonitor.setVideoPath(uri.getPath); // Tried this next didn't work either.
videoViewMonitor.start();
虽然在网址上使用Google Chrome浏览器还是可以的。
感谢任何帮助。