media/library/hls
2019-08-15 14:41:52 +01:00
..
src Fix propagation of HlsMetadataEntry's in HLS chunkless preparation 2019-08-15 14:41:52 +01:00
build.gradle Merge robolectric_testutils into testutils. 2019-08-09 18:36:32 +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.