media/library
Oliver Woodman 2cff596162 Allow audio position to jump on first input buffer
Allow the position to jump on receiving the first presentable input buffer,
if and only if the buffer timestamp differs significantly from what was
expected. This prevents a stuck buffering case for streams that are thought
to start at t=0, but actually start at t=large_value.
2018-02-22 10:05:16 +00:00
..
all Tweak and add READMEs + remove refs to V1 2017-08-17 22:59:34 +01:00
core Allow audio position to jump on first input buffer 2018-02-22 10:05:16 +00:00
dash Fix SmoothStreaming manifest url for downloading 2018-02-20 11:02:59 +00:00
hls Add initial support for EXT-X-GAP 2018-02-20 11:24:56 +00:00
smoothstreaming Fix SmoothStreaming manifest url for downloading 2018-02-20 11:02:59 +00:00
ui Remove unnecessary strings for 2.7.0 2018-02-20 13:39:48 +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.