mattgallagher / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
http://cocoawithlove.com
1.93k stars 553 forks source link

Memory leaks with .mp4 or m4a files #29

Open benben2 opened 13 years ago

benben2 commented 13 years ago

Hello,

I am testing your AudioStreamer application and i have detected memory leaks with m4a or mp4 files.(Xcode->Run->Run with performance Tool->Leaks) For information i have no memory leaks with mp3 files or aac files.

Bug :

Any ideas ? Benoit

devideavate commented 13 years ago

I found the same issue and got following error. :"Error Domain=NSOSStatusErrorDomain Code=1685348671 "Operation could not be completed. (OSStatus error 1685348671.)"

I try with different m4a files but still it having issue in the playing m4a file. Whereas mp3 file is working file. Please let us know what is the reason and solution for it. Thanks, Shailendra

findyourfun commented 12 years ago

I'm seeing the same, any fix?