media/library
aquilescanta 3732eca8b7 Avoid invalid extractors in DefaultHlsExtractorFactory
This change fixes playback of playlists where segments have the
extension and Content-Type of JPEG pictures (although in reality)
they are transport streams. File inferrence before this change will
cause an exception when assuming the inferred file type is one of
the allowed HLS containers.

#minor-release
Issue: #8733
PiperOrigin-RevId: 363641277
2021-04-09 17:04:08 +01:00
..
all Add Transformer "Getting started" page 2021-02-04 00:31:46 +00:00
common HLS: Allow audio variants to initialize the timestamp adjuster 2021-04-09 16:59:46 +01:00
core Fix CEA-708 priority 2021-04-09 16:57:26 +01:00
dash Fix available end time calculation for multi-period DASH live streams 2021-02-12 17:19:37 +00:00
extractor HLS: Allow audio variants to initialize the timestamp adjuster 2021-04-09 16:59:46 +01:00
hls Avoid invalid extractors in DefaultHlsExtractorFactory 2021-04-09 17:04:08 +01:00
smoothstreaming Split mutations method out of TrackSelection 2021-01-25 15:37:38 +00:00
transformer Transformer: remove SpeedProvider interface from Javadoc 2021-02-12 17:15:58 +00:00
ui Merge pull request #8546 from TadejZupancic:dev-v2 2021-04-09 16:06:22 +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.