media/library
claincly 0ea6c8998d Enable reading interleaved message in RtspMessageChannel.
RTSP interleaving enables RTP packets to be sent using RTSP's TCP connection.
The interleaving RTSP messages contain binary data only and always start with a
'$'. Normal RTSP messages contain line breaks (CRLFs) that indicate complete
lines.

#minor-release

PiperOrigin-RevId: 372990181
2021-05-10 23:50:18 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:50:13 +01:00
common Fix Javadoc references to deprecated EventListener 2021-05-10 23:49:20 +01:00
core Remove reference to deprecated Player.EventListener. 2021-05-10 23:49:46 +01:00
dash Reformat some javadoc 2021-05-04 11:21:28 +01:00
extractor Re-format some javadoc 2021-04-21 18:46:00 +01:00
hls Re-format some javadoc 2021-04-21 18:46:00 +01:00
rtsp Enable reading interleaved message in RtspMessageChannel. 2021-05-10 23:50:18 +01:00
smoothstreaming Re-format some javadoc 2021-04-21 18:46:00 +01:00
transformer Adds Format to MediaCodecAdapter.Configuration. 2021-04-21 09:48:46 +01:00
ui Merge #8858: Support ebutts:multiRowAlign in TTML text renderer 2021-05-04 11:23: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.