media/library
olly 5f03c37599 Don't refresh DASH manifest if minUpdatePeriod is unset
We currently refresh repeatedly in this case. According to the
DASH spec omitting minUpdatePeriod indicates that the manifest
does not change, and therefore we should not refresh. I think
it might be valid to omit minUpdatePeriod in a dynamic manifest
if relying exclusively on EMSGs to trigger manifest refresh.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=191420247
2018-04-03 15:40:41 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Add missing synchronized keywords and assertions 2018-04-03 15:37:20 +01:00
dash Don't refresh DASH manifest if minUpdatePeriod is unset 2018-04-03 15:40:41 +01:00
hls Remove unnecessary line from test manifests 2018-04-03 15:30:40 +01:00
smoothstreaming Remove unnecessary line from test manifests 2018-04-03 15:30:40 +01:00
ui Don't call getLayoutDirection before API level 17 2018-03-29 17:58:38 +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.