
Dash live streams require that the client has an accurate wall clock time and in absence of a UTCTiming element, this is assumed to be the NTP time. This change adds NTP time offset resolution for DASH live streams without such timing elements. PiperOrigin-RevId: 289098796
ExoPlayer DASH library module
Provides support for Dynamic Adaptive Streaming over HTTP (DASH) content. To
play DASH content, instantiate a DashMediaSource
and pass it to
ExoPlayer.prepare
.
Links
- Developer Guide.
- Javadoc: Classes matching
com.google.android.exoplayer2.source.dash.*
belong to this module.