media/library
krocard 201d120e38 Recover from audio server crash while sleeping for offload
Without this patch, playback would be frozen indefinitely
until the user manually pauses and unpauses it.

This has the side effect of disabling offload until
the next stop due to the workaround of
disabling offload when it encounters a failure.

As an audio server crash is considered very
infrequent, especially in stable conditions like
an audio only playback, it is unlikely that disabling
offload is an issue.

PiperOrigin-RevId: 332857094
2020-10-17 11:44:10 +01:00
..
all Move common gradle setup to a setting file. 2020-06-26 11:13:25 +01:00
common Suppress Guava-related ProGuard/R8 warnings 2020-10-17 11:41:41 +01:00
core Recover from audio server crash while sleeping for offload 2020-10-17 11:44:10 +01:00
dash Exclude Guava transitive annotation dependencies 2020-09-11 16:02:37 +01:00
extractor Exclude Guava transitive annotation dependencies 2020-09-11 16:02:37 +01:00
hls Exclude Guava transitive annotation dependencies 2020-09-11 16:02:37 +01:00
smoothstreaming Simplify DefaultMediaSourceFactory ad configuration 2020-09-07 20:46:57 +01:00
ui Replace duration strings with plurals 2020-10-17 11:41:35 +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.