Extract/Record Audio from HLS stream (video) while playing iOS
问题 I am playing HLS streams using AVPlayer. And I also need to record these streams as user presses record button. The approach I am using is to record audio and video separately then at the end merge these file to make the final video. And It is successful with remote mp4 files. But now for the HLS (.m3u8) files I am able to record the video using AVAssetWriter but having problems with audio recording. I am using MTAudioProccessingTap to process the raw audio data and write it to a file. I