media/library
tonihei 6a52cd7445 Ensure HlsMediaPeriod works with playlists without variants.
Currently, we remove all variants if none of the stream keys contains any
variants. This causes HlsMediaPeriod to throw exceptions as it expects at least
one variant.

Change it to support master playlists without variants.

PiperOrigin-RevId: 231385547
2019-01-29 16:44:36 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Change getStreamKeys to take a list of TrackSelections. 2019-01-29 16:44:15 +00:00
dash Add DashMediaPeriod getStreamKeys implementation and test. 2019-01-29 16:44:25 +00:00
hls Ensure HlsMediaPeriod works with playlists without variants. 2019-01-29 16:44:36 +00:00
smoothstreaming Add DashMediaPeriod getStreamKeys implementation and test. 2019-01-29 16:44:25 +00:00
ui Increase minSdkVersion to 16 2019-01-29 16:41:45 +00: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.