media/library
eguven 92e2581e23 Fix CacheUtil.cache() use too much data
cache() opens all connections with unset length to avoid position errors.
This makes more data then needed to be downloading by the underlying
network stack.

This fix makes makes it open connections for only required length.

Issue:#5927
PiperOrigin-RevId: 250546175
2019-05-31 23:01:01 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Fix CacheUtil.cache() use too much data 2019-05-31 23:01:01 +01:00
dash Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +01:00
hls Reset upstream format when empty track selection happens 2019-05-31 22:36:16 +01:00
smoothstreaming Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +01:00
ui Toggle playback controls according to standard Android click handling. 2019-05-31 22:57:50 +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.