Getting PCM data of HLS from AVPlayer

后端 未结 2 2073
無奈伤痛
無奈伤痛 2021-02-04 23:41

This question seems to be asked few times over last few years but none has answer for that. I am trying to process PCM data from HLS and I have to use AVPlayer.

this po

2条回答
  •  死守一世寂寞
    2021-02-05 00:14

    I would suggest you use FFMPEG library to process HLS streams. This is a little harder but gives more flexibility. I did HLS Player for Android a few years ago (used this project) I believe same applies to iOS.

提交回复
热议问题