Skip to content

Instantly share code, notes, and snippets.

@halilozel1903
Created June 26, 2022 14:24
Show Gist options
  • Save halilozel1903/aa96e69733b3b41ff1ab7a62172a5b3e to your computer and use it in GitHub Desktop.
Save halilozel1903/aa96e69733b3b41ff1ab7a62172a5b3e to your computer and use it in GitHub Desktop.
val defaultHttpDataSourceFactory = DefaultHttpDataSource.Factory()
.setUserAgent(userAgent)
.setTransferListener(
DefaultBandwidthMeter.Builder(this)
.setResetOnNetworkTypeChange(false)
.build()
)
val dashChunkSourceFactory: DashChunkSource.Factory = DefaultDashChunkSource.Factory(
defaultHttpDataSourceFactory)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment