Audio queue start failed

后端 未结 2 1873
孤城傲影
孤城傲影 2021-01-14 06:42

I\'m developing a project which has both audio streaming and playing audio from file. For audio streaming i\'m using AudioStreamer and for playing from file i\'m using avaud

2条回答
  •  心在旅途
    2021-01-14 07:23

    I had the same problem, in more detail the error message was "hwiu" (hardware in use) or 1752656245. But I was using the MPMoviePlayerController before starting the audioStreamer. I only had to stop the MPMoviePlayerController ([moviePlayer stop]) before releasing it in the moviePlayBackDidFinish method. the stop should release some hardware componants.

    I hope it helps

提交回复
热议问题