media/extensions
bachinger 885266d764 Drop ads for which we don't have metadata when joining a live stream
When a live stream is joined while ads are already playing, the LOADED event is
missed and we don't have ad information for those ads in the ad group that are
before the ad index at which we joined. This way we can clip the duration when we
receive the LOADED event for the last ad in the group. This fixes the problem of
the playback controls being hidden when content resumes after the ad group.

#minor-release

PiperOrigin-RevId: 431269627
(cherry picked from commit da00f0c6a9)
2022-03-08 16:59:58 +00:00
..
av1 Make sure native library loads use correct class loader 2022-02-22 11:26:02 +00:00
cast Fix incorrect parameter name 2022-02-21 17:05:05 +00:00
cronet Remove deprecated CronetDataSource constructors 2022-02-21 17:05:05 +00:00
ffmpeg Depend on llvm-xy bin utils instead of GNU's binutils 2022-02-22 11:26:05 +00:00
flac Make sure native library loads use correct class loader 2022-02-22 11:26:02 +00:00
ima Drop ads for which we don't have metadata when joining a live stream 2022-03-08 16:59:58 +00:00
leanback Fixes for some minor misc issues 2021-11-15 10:58:32 +00:00
media2 Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:59:57 +00:00
mediasession Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
okhttp Tidy READMEs 2021-10-26 14:08:21 +01:00
opus Make sure native library loads use correct class loader 2022-02-22 11:26:02 +00:00
rtmp Make package in test manifest consistent 2021-10-29 11:35:26 +01:00
vp9 Make sure native library loads use correct class loader 2022-02-22 11:26:02 +00:00
workmanager Tidy READMEs 2021-10-26 14:08:21 +01:00
README.md Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00

ExoPlayer extensions

ExoPlayer extensions are modules that depend on external libraries to provide additional functionality. Browse the individual extensions and their READMEs to learn more.