Getting PCM data of HLS from AVPlayer

后端 未结 2 2072
無奈伤痛
無奈伤痛 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:05

    I recommended to use Novocaine

    Really fast audio in iOS and Mac OS X using Audio Units is hard, and will leave you scarred and bloody. What used to take days can now be done with just a few lines of code.

    0 讨论(0)
  • 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.

    0 讨论(0)
提交回复
热议问题