Reputation: 1371
I'm using this tutorial http://robots.thoughtbot.com/streaming-audio-to-multiple-listeners-via-ios-multipeer-connectivity, and works nice for mp3, but nothing with m4a, someone know a best way? for play audio from a NSInputStream (MCSession didReceiveStream).
Upvotes: 1
Views: 783
Reputation: 3996
Try converting the file to an MP3 then streaming it..
You can use something like TPAACAudioConverter, might help you out.
Multipeer connectivity is an awesome feat, enjoy using it! :)
good luck!
Upvotes: 1