media/library
claincly fd6a6ec8df Support RFC4566 SDP attribute.
Issue: #9430

The current supported SDP (RFC2327) spec only allows for alpha-numeric
characters in the attribute-field. RFC4566 (section 9, token type) allowed
extra characters, and this CL adds the support.

PiperOrigin-RevId: 397301173
2021-09-17 16:02:10 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Move EventListener registration down from Player 2021-09-17 11:58:31 +01:00
core Don't call MediaItem.Builder#setKeySetId without setting the DRM UUID 2021-09-17 13:14:57 +01:00
dash Fix DashChunkSource @param name 2021-09-14 12:13:35 +01:00
extractor Improve AdtsExtractor#sniff when trying different sync word offsets 2021-09-17 13:10:58 +01:00
hls Fix HLS endless retrying on load errors 2021-09-16 12:14:33 +01:00
rtsp Support RFC4566 SDP attribute. 2021-09-17 16:02:10 +01:00
smoothstreaming Use @C.TrackType more widely 2021-09-14 12:04:11 +01:00
transformer Add factory methods to create MediaCodecAdapter.Configuration 2021-09-16 12:03:30 +01:00
ui Fix javadoc consistency 2021-09-14 11:56:45 +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.