ExoPlayerというproject内にとても高級編の使い方がありますが、こちらのサイトから最もシンプルなサンプルが記載されています。引用します。 Uri uri = Uri.parse("http://html5demos.com/assets/dizzy.mp4"); final int numRenderers = 2; // Build the sample source DefaultSampleSource sampleSource = new DefaultSampleSource(new FrameworkSampleExtractor(this, uri, null), 2); // Build the track renderers TrackRenderer videoRenderer = new MediaCodecVideoTrackRenderer(sampl