1

According to AVAssetReader documentation

AVAssetReader is not intended for use with real-time sources, and its performance is not guaranteed for real-time operations.

Yet I see examples of it working with the audio queue services.. which is real time isn't it? Can I use AVAssetReader to stream data and send it over GKSession or something?

Community
  • 1
  • 1
abbood
  • 23,101
  • 16
  • 132
  • 246

1 Answers1

0

after extensive testing and development for several months.. I can claim that AVAssetReader indeed works just fine on real time and reliably so.. and it can easily integrate with GKSession to send packets over a network.

abbood
  • 23,101
  • 16
  • 132
  • 246