Skip to content

Instantly share code, notes, and snippets.

@yusufcakmak
Created November 17, 2016 14:26
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/515011c16d782b4a2562b67863be4479 to your computer and use it in GitHub Desktop.
Save yusufcakmak/515011c16d782b4a2562b67863be4479 to your computer and use it in GitHub Desktop.
mediaSource = new ExtractorMediaSource(Uri.parse(radioUrl),
dataSourceFactory,
extractorsFactory,
null,
null);
player.prepare(mediaSource);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment