media/library
olly f5a3a27726 Deduplicate ExtractorMediaPeriod discontinuity reporting
This change makes sure progress is being made before reporting
a discontinuity. Else in cases like having no network and
playing a live stream, we allow the discontinuity to be read
each time an internal retry occurs, meaning it gets read
repeatedly. This does no harm, but is noisy and unnecessary.

We should also not allow skipping whilst there is a pending
reset or discontinuity notification, just like we don't allow
reads.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=175953064
2017-12-12 20:42:49 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Deduplicate ExtractorMediaPeriod discontinuity reporting 2017-12-12 20:42:49 +00:00
dash Continue adding Builder to MediaSource. 2017-12-12 20:38:13 +00:00
hls Add Builder pattern to HlsMediaSource. 2017-12-12 20:39:39 +00:00
smoothstreaming Continue adding Builder to MediaSource. 2017-12-12 20:38:13 +00:00
ui Fix some lint issues. 2017-11-20 13:48:32 +00: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.