Skip to content

Instantly share code, notes, and snippets.

@nazmulidris
Created March 8, 2018 23:02
Show Gist options
  • Select an option

  • Save nazmulidris/f1d66dd5f5962aa187909fec9eaaf687 to your computer and use it in GitHub Desktop.

Select an option

Save nazmulidris/f1d66dd5f5962aa187909fec9eaaf687 to your computer and use it in GitHub Desktop.
// Create player
player = ExoPlayerFactory.newSimpleInstance(
// Renders audio, video, text (subtitles) content
DefaultRenderersFactory(ctx),
// Choose best audio, video, text track from available sources,
// based on bandwidth, device capabilities, language, etc
DefaultTrackSelector(),
// Manage buffering and loading data over the network
DefaultLoadControl()
).apply { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment