media/library/hls
2019-09-17 08:34:37 -07:00
..
src Fix propagation of HlsMetadataEntry's in HLS chunkless preparation 2019-09-17 08:34:37 -07: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.