media/library/hls
2020-06-11 10:11:40 +01:00
..
src Sniff all inferred extractors in DefaultHlsExtractorFactory 2020-06-11 10:11:40 +01:00
build.gradle Add a test for 33-bit HLS WebVTT wraparound 2020-06-08 17:40:33 +01:00
README.md Add links to the developer guide in some READMEs 2019-05-15 18:14:07 +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.