Skip to content

Instantly share code, notes, and snippets.

@IMoHaMeDHaMdYI
Created January 27, 2019 19:19
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 IMoHaMeDHaMdYI/475645ba9c70ed762697f040fe5c548e to your computer and use it in GitHub Desktop.
Save IMoHaMeDHaMdYI/475645ba9c70ed762697f040fe5c548e to your computer and use it in GitHub Desktop.
private fun extractMediaSourceFromUri(uri: Uri): MediaSource {
val userAgent = Util.getUserAgent(this, "Exo")
return ExtractorMediaSource.Factory(DefaultDataSourceFactory(this, userAgent))
.setExtractorsFactory(DefaultExtractorsFactory()).createMediaSource(uri)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment