Created
November 17, 2016 14:44
-
-
Save yusufcakmak/af33940e443f0fdd23b99d3b820390b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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