media/library
tonihei 1bc99c2f03 Parse availabilityTimeOffset from DASH manifest.
This value is needed to figure out the last available segment for
low-latency live streaming. It may be present in each BaseURL tag
and each SegmentList or SegmentTemplate, with the latter one taking
precedence.

The value is saved as part of MultiSegmentBase where it will be used
to retrieve the last available segment index in future changes.

PiperOrigin-RevId: 331809871
2020-09-16 13:34:08 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Exclude Guava transitive annotation dependencies 2020-09-11 16:01:15 +01:00
core Fix OOM-is-prevented test OOM-ing :) 2020-09-16 13:33:42 +01:00
dash Parse availabilityTimeOffset from DASH manifest. 2020-09-16 13:34:08 +01:00
extractor Exclude Guava transitive annotation dependencies 2020-09-11 16:01:15 +01:00
hls Exclude Guava transitive annotation dependencies 2020-09-11 16:01:15 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:43:41 +01:00
ui Exclude Guava transitive annotation dependencies 2020-09-11 16:01:15 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer library

The ExoPlayer library is split into multiple modules. See ExoPlayer's top level README for more information about the available library modules and how to use them.