media/library
olly 454b106921 Fix freezing playing multi-period DASH with EventStreams
EventSampleStream.readData required eventStreamUpdatable to be
false for END_OF_STREAM to be returned, but it was only being
set to false when the manifest became static. This change also
sets it to false if the period is not the last one in a dynamic
manifest. It also renames it the parameter to appendable, since
that's what it really represents. Events may still be removed
from the start of the EventStream as the period starts moving
out of the live window.

Issue: #4492

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=207517265
2018-08-06 11:38:33 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Add supports for Seeking in ADTS format using a constant bitrate seekmap. 2018-08-06 11:33:06 +01:00
dash Fix freezing playing multi-period DASH with EventStreams 2018-08-06 11:38:33 +01:00
hls Fix Aes128DataSourceTest portability issue 2018-08-06 11:25:34 +01:00
smoothstreaming Remove generic type parameter from TransferListener. 2018-07-24 14:56:45 +01:00
ui Fix DefaultTimeBar accessibility class name 2018-08-06 11:28:03 +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.