alexcrichton / AudioStreamer

A streaming audio player class (AudioStreamer) for Mac OS X and iPhone.
69 stars 22 forks source link

Crash on iphone 4 running IOS 5.1.1 #23

Closed jarryji closed 10 years ago

jarryji commented 11 years ago

First thank you for your hard work, and this is the stack trace. (lldb) bt

alexcrichton commented 11 years ago

I can't say I've toyed around much with the iPhoneStreamingPlayer class or the apps in this repo. I brought them up to date so they could build, but that's about it.

There's also very little information here, so could you provide any more information about what was going on when this died? A URL would be awesome or just a series of steps.

Bo98 commented 10 years ago

I had a look and it appears to happen when you seek past the end of the file. This is possible due to the duration being an estimate (#20). I'll look into fixing the crash however. Seems to happen if you close the file stream while it is parsing.