2

would like to integrate native iOS app with Beats Music API. Can anyone suggest a good (open source) RTMP stream player? Will Apple reject my app if I do anything like that? Beats Music does not have the intention to support http streaming anytime soon.

Andy F
  • 59
  • 3
  • 5

1 Answers1

2

I'm not aware of iOS internals but I would suggest you have a look at VLCKit. We are using VLC as the audio backend for a Desktop Player. Beats Music rmtp:// streams run nicely with the latest nightly builds of VLC.

Uwe L. Korn
  • 8,080
  • 1
  • 30
  • 42