[Solved] How to stream songs (mp3 files) faster in android app


You can use Dynamic Adaptive Streaming over HTTP (DASH) or HTTP Live Streaming(HLS) for rich and smoother streaming. Google has an advanced library called exoplayer for this purpose. Try exoplayer for the purpose.

  • The library and demo is available here
  • The docs are available here
  • The developer guide is available here

3

solved How to stream songs (mp3 files) faster in android app