media/library
tonihei 6a1331f125 Gracefully handle chunkful preparation without chunks.
This situation happens if the first chunk to load is already behind the end
of the stream. In this case, the preparation never completes because
HlsSampleStreamWrapper gets stuck in a prepared=false and loadingFinished=true
state.

Gracefully handle this situation by attempting to load the last chunk if still
unprepared to ensure that track information is obtained as far as possible.
Otherwise, it wouldn't be possible to play anything even when seeking back.

Issue:#6314
PiperOrigin-RevId: 264599465
2019-08-23 17:02:10 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Support out-of-band HDR10+ metadata for VP9 2019-08-23 17:01:55 +01:00
dash Deprecate setTag parameter in Timeline.getWindow. 2019-08-23 17:00:53 +01:00
hls Gracefully handle chunkful preparation without chunks. 2019-08-23 17:02:10 +01:00
smoothstreaming Add a metadata argument to Format factory methods used in HLS 2019-08-15 14:41:51 +01:00
ui Merge robolectric_testutils into testutils. 2019-08-09 18:36:32 +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.