AVPlayer noise issue after playing a while
问题 I use AVPlayer to play streamed network audio. I modify the sample code AVPlayerDemo from Apple The work is good. But after play for a while, the player has noise sound, someone call "scratch sound". I checked the code, anytime my player has only one AVPlayer object, one AVPlayerItem objet for marking, one AVURLAsset object for marking. I use "alloc, retain, realease" explicitly, so it's not problem of memory overhead. Can you know any reason cause the noise sound? Thank you 回答1: I am having