media/library
bachinger f609fecf9b Parse BaseURL element including DVB attributes in DASH manifest
This change parses the entire BaseURL element including DVB extension attributes, stores it in an instance of new BaseUrl class and puts it in a list of base URLs of the resulting Representation. The base url handling itself is still the same, which means that only the first base url is taken into account, just as before this change.

PiperOrigin-RevId: 380609495
2021-06-21 22:28:17 +01:00
..
all Include RTSP module in gradle project 2021-05-10 23:41:50 +01:00
common Add a playlist title field to MediaMetadata. 2021-06-21 22:17:25 +01:00
core Parse BaseURL element including DVB attributes in DASH manifest 2021-06-21 22:28:17 +01:00
dash Parse BaseURL element including DVB attributes in DASH manifest 2021-06-21 22:28:17 +01:00
extractor Remove obsolete Checker Framework suppression strings 2021-06-21 21:56:37 +01:00
hls Set master playlist's channelCount only on audio renditions 2021-06-21 22:04:04 +01:00
rtsp Use a HashMap like behaviour in parsing SDP. 2021-06-21 22:25:36 +01:00
smoothstreaming Remove ParserException(cause) constructor 2021-06-10 17:36:29 +01:00
transformer Make AnalyticsListener.onPlayerError take a PlaybackException 2021-06-03 13:49:28 +01:00
ui Remove obsolete Checker Framework suppression strings 2021-06-21 21:57:56 +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.