media/library
tonihei 81ca7fe090 Add missing call to timeline.getWindow.
The window object is used without being filled with data. This used to work
well for most cases as the same live stream is sending regular updates and the
first update is almost never used if it's not the first item in a playlist.

It causes problems when the first timeline update of a live stream is actually
used for playback (e.g. when the live stream is lazily prepared in a playlist
and played first).

PiperOrigin-RevId: 228530232
2019-01-15 14:12:25 +00:00
..
all Migrate ExoPlayer Gradle build files. 2018-03-02 09:20:02 +00:00
core Add missing call to timeline.getWindow. 2019-01-15 14:12:25 +00:00
dash Merge pull request #5187 from BrainCrumbz:feat/get-tag 2018-12-19 21:40:35 +00:00
hls Expand check for muxed audio media tags to include uris that match variants 2019-01-15 14:10:59 +00:00
smoothstreaming Fix manifest uri in SsDownloadHelper. 2019-01-15 13:47:53 +00:00
ui Improve doc for setKeepContentOnPlayerReset. 2019-01-15 13:43:39 +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.