Skip to content

Instantly share code, notes, and snippets.

@yusufcakmak
Created November 17, 2016 14:44
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 yusufcakmak/af33940e443f0fdd23b99d3b820390b7 to your computer and use it in GitHub Desktop.
Save yusufcakmak/af33940e443f0fdd23b99d3b820390b7 to your computer and use it in GitHub Desktop.
extractorsFactory = new DefaultExtractorsFactory();
MediaSource mediaSource = new ExtractorMediaSource(Uri.parse("http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"),
mediaDataSourceFactory, extractorsFactory, null, null);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment