media/library
olly 14c46bc406 Remove contentTypePredicate from DataSource constructors
The only known use case for contentTypePredicate is to catch
the case when a paywall web page is returned via a DataSource,
rather than the data that was being requested. These days streaming
providers should be using HTTPS, where this problem does not exist.
Devices have also gotten a lot better at showing their own
notifications when paywalls are detected, which largely mitigates
the need for the app to show a more optimal error message or
redirect the user to a browser.

It therefore makes sense to deprioritize this feature. In
particular by removing the arg from constructors, where nearly
all applications are probably passing null.

PiperOrigin-RevId: 249634594
2019-05-30 15:10:08 +01:00
..
all Use new exoplayer.dev domain everywhere. 2019-04-16 15:25:27 +01:00
core Remove contentTypePredicate from DataSource constructors 2019-05-30 15:10:08 +01:00
dash Use versioned manifest in all Robolectric tests. 2019-05-21 13:51:43 +01:00
hls Use versioned manifest in all Robolectric tests. 2019-05-21 13:51:43 +01:00
smoothstreaming Use versioned manifest in all Robolectric tests. 2019-05-21 13:51:43 +01:00
ui Propagate attributes to DefaultTimeBar 2019-05-23 13:26: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.