media/library/dash
eguven a9ed7a0181 Fix DashDownloader failure for some multi segment representations
Issue: #3729

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190922866
2018-03-29 21:03:13 +01:00
..
src Fix DashDownloader failure for some multi segment representations 2018-03-29 21:03:13 +01:00
build.gradle Migrate ExoPlayer Gradle build files. 2018-03-07 18:40:16 +00:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

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.

  • Javadoc: Classes matching com.google.android.exoplayer2.source.dash.* belong to this module.