I was working on streaming audio live using the Audio Streaming Services library (based on Matt Ghallager\'s tutorial) and I kept on crashing at this part:
err =
As it turns out, my packets were not coming in the right order (nor where they complete).. the way I figured that out was by using a hex program (hexFiend) to open the mp3 file in question, then I compared key packets with what was actually being sent over.. I fixed that discrepancy and everything worked fine after that.