media/library
olly 0ee3963789 Follow 307/308 POST redirects for license requests
I was considering putting this directly in DefaultHttpDataSource, however:

- We'd need to modify at least OkHttpDataSource as well. I'm not sure whether
  Cronet follows this type of redirect automatically or not.
- HttpDataSource instances don't know how they're going to be used, so it's
  probably correct that they behave like the underlying network stack.

Issue: #4108

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=192745408
2018-04-16 10:46:38 +01:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Follow 307/308 POST redirects for license requests 2018-04-16 10:46:38 +01:00
dash Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
hls Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
smoothstreaming Remove test max SDK version overrides. 2018-04-08 16:39:57 +01:00
ui Expose setExtraAdGroupMarkers on PlayerView 2018-04-11 00:23:10 +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.