media/library
bachinger 9088256bdf Skip played server side inserted ads in a single period window
This change makes sure played server side ads are skipped in a single period
timeline. It avoids creating an ad-MediaPeriodInfo for played postrolls and
creates a content info instead. It also sets the end position for content infos
that terminate the stream before the stream is actually finished. This prevents
the player from continue playing the remaining media delivered by the
MediaPeriod.

We also make sure that the discontinuity of played ads are not reported because
there is actually no discontinuity.

#minor-release

PiperOrigin-RevId: 428734387
2022-02-21 17:12:06 +00:00
..
all Fix minimum API level issue 2022-02-21 17:05:04 +00:00
common Resolve media period ids in multi-period windows 2022-02-21 17:12:06 +00:00
core Skip played server side inserted ads in a single period window 2022-02-21 17:12:06 +00:00
dash Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
database Mark all non-public IntDefs as only TYPE_USE 2022-02-21 16:59:57 +00:00
datasource Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
decoder Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
extractor Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
hls Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
rtsp Fix the position of IntDefs to match TYPE_USE 2022-02-21 17:05:05 +00:00
smoothstreaming Remove setTag from (Ss|Hls|Dash)MediaSource.Factory 2022-01-10 13:00:58 +00:00
transformer Remove Transformer deprecated methods that were never released 2022-02-21 17:05:06 +00:00
ui Set character limit for accessability strings to NONE 2022-02-21 17:12:05 +00: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.