media/library
tonihei 3c682610cf Fix calculation of available duration in DefaultDashChunkSource
The available duration used a "live edge" that was calculated in
the previous iteration and was thus quite old. Also it also used
the end of the last available segment, but the actually available
duration for buffering needs to be clamped to the current live edge
for low-latency streams.

Issue: #4904
PiperOrigin-RevId: 337812621
2020-10-20 14:50:40 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +01:00
core Move listener handling to common util class. 2020-10-20 14:50:30 +01:00
dash Fix calculation of available duration in DefaultDashChunkSource 2020-10-20 14:50:40 +01:00
extractor Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +01:00
hls Switch to an 'api' dependency on Guava 2020-10-17 01:34:15 +01:00
smoothstreaming Remove deprecated MediaSource builder methods and constructors. 2020-10-13 16:27:20 +01:00
ui Switch to an 'api' dependency on Guava 2020-10-17 01:34: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.