media/library
claincly cfb90e4b70 Remove the default RTSP message handling off playback thread.
The callbacks received RTSP messages and RTSP sending errors are now invoked
directly from RtspMessageChannel's internal threads. It's up to the handler
implementation to decide which thread to handle the messages.

#minor-release

PiperOrigin-RevId: 375908282
2021-05-27 10:38:17 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add FOLDER_TYPE_NONE to MediaMetadata 2021-05-26 11:33:41 +01:00
core Throw from (pre)acquireSession if the DrmSessionManager isn't prepared 2021-05-27 10:36:20 +01:00
dash Remove deprecated MediaSource.getTag 2021-05-12 11:52:03 +01:00
extractor Add ColorInfo parsing support in MP4 files 2021-05-26 11:32:29 +01:00
hls Fix issue where getFirstSampleIndex was called on spliced in chunks. 2021-05-21 12:05:23 +01:00
rtsp Remove the default RTSP message handling off playback thread. 2021-05-27 10:38:17 +01:00
smoothstreaming Remove deprecated MediaSource.getTag 2021-05-12 11:52:03 +01:00
transformer Format Java source files 2021-05-06 13:32:25 +01:00
ui Merge pull request #8943 from dlafayet:embeddedstyle2 2021-05-26 11:28:37 +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.