media/library/hls
2019-11-05 17:37:41 +00:00
..
src Fix detection of Dolby Atmos in HLS 2019-11-05 17:37:41 +00:00
build.gradle Bump annotations dependency 2019-08-02 19:08:20 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 20:03:46 +01:00

ExoPlayer HLS library module

Provides support for HTTP Live Streaming (HLS) content. To play HLS content, instantiate a HlsMediaSource and pass it to ExoPlayer.prepare.

  • Developer Guide.
  • Javadoc: Classes matching com.google.android.exoplayer2.source.hls.* belong to this module.