Skip to content

Instantly share code, notes, and snippets.

@ojw28
Last active September 1, 2016 17:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ojw28/3fe259b916f084838b98b6eefac9c615 to your computer and use it in GitHub Desktop.
Save ojw28/3fe259b916f084838b98b6eefac9c615 to your computer and use it in GitHub Desktop.
MediaSource videoSource = new ExtractorMediaSource(mp4VideoUri, ...);
// The source is provided to the player for playback.
player.prepare(videoSource, true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment