audio streaming services failing to recognize file type

后端 未结 1 1444
天命终不由人
天命终不由人 2021-01-24 09:51

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 =         


        
1条回答
  •  情话喂你
    2021-01-24 10:49

    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.

    0 讨论(0)
提交回复
热议问题