media/library
claincly 68b2875a42 Move RTP packet forwarding off playback thread.
Previously, RTSP interleaved binary data is posted onto the playback thread
for handling, the playback thread then adds the received data to a queue.
A loader thread will later dequeue the data and process it.

In this CL, the binary data is sent through a separate listener, on
RtspMessageChannel's RTSP receiving thread.

#minor-release

PiperOrigin-RevId: 375907609
2021-05-27 10:37:39 +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 Move RTP packet forwarding off playback thread. 2021-05-27 10:37:39 +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.