0

I want to be able to stream music on a mobile device. Does the Beats Music API allow a m3u8 file asset to be returned?

Right now, only a RTMP stream is returned for audio playback.

newsum
  • 13
  • 2
  • As I know, m3u8 is only a playlist format (i.e. the utf-8 variant of m3u), you still need a link to the actual media to stream itself. What is your use case/scenario? – Uwe L. Korn Mar 28 '14 at 16:15
  • I would like to stream the mp3 on iOS and Android in native app. both do not have native support for RTMP media playback. – newsum Mar 28 '14 at 16:24

1 Answers1

0

Right now, playback is authorized on the web player only. We are working on improving the use of playback, which will be easier to use.

DuchessSF
  • 101
  • 6