Is it possible to play protected m4p files with AudioQueue?
I tried NSSound (it can play m4p) and the AudioQueue sample afplay (does not work otb). Is there any way to play m4p with AudioQueue?
Is it possible to play protected m4p files with AudioQueue? I tried NSSound (it
Share
What I discovered so far:
AudioQueue: no m4p support, because quicktime is responsible for the encryption.NSSound: supports m4p (I assume that it is using quicktime to do it) but it definitely sucks at large sound files. (playback quality problems and performance problems)QTKit: Can play m4p but only if you are not starting from Xcode or thegdb. It looks like this is a protection mechanism.