項(xiàng)目github完整代碼
這是項(xiàng)目包含了AVFoundation音視頻數(shù)據(jù)捕獲,AudioToolBox實(shí)現(xiàn)音頻數(shù)據(jù)AAC編解碼,VideoToolBox視頻數(shù)據(jù)H264編解碼,OpenGL ES播放視頻幀.

image.png
- SQSystemCapture 音視頻捕捉類
- SQAudioEncoder 音頻編碼類
- SQAudioDecode 音頻解碼類
- SQAudioPlay 音頻播放類
- SQVideoEncoder 視頻編碼類
- SQVideoDecoder 視頻解碼類
- SQLayer 視頻播放渲染層
要具體了解其中的原理可以參看,我之前寫的簡(jiǎn)書:
使用系統(tǒng)的AVFoundation實(shí)現(xiàn)設(shè)備捕捉視頻和音頻數(shù)據(jù)
IOS使用AudioToolbox實(shí)現(xiàn)音頻編解碼