media/library
Emanuele Tidó 625c46e963
throw InvalidResponseCodeException instead of HttpDataSourceException
if responseCode and responseMessage ara available always throws an InvalidResponseCodeException instead of HttpDataSourceException, so in onPlayerError method the http status code and message can be used to decide what will be the next step.
2020-12-30 16:50:04 +00:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Add method to compute a SparseLongArray min value. 2020-12-23 22:48:47 +00:00
core throw InvalidResponseCodeException instead of HttpDataSourceException 2020-12-30 16:50:04 +00:00
dash Fix second sync point calculation for unbounded live streams. 2020-12-23 22:51:55 +00:00
extractor Check atom size and recording mode of Samsung saut boxes 2020-12-17 11:25:53 +00:00
hls Rollback of dd7b379dc0 2020-12-23 22:53:24 +00:00
smoothstreaming Add live configuration to Timeline.Window 2020-12-14 10:17:23 +00:00
ui StyledPlayerView: Fix control overflow logic 2020-12-17 11:25:53 +00:00
README.md

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.