ACBAVPlayerExtension icon indicating copy to clipboard operation
ACBAVPlayerExtension copied to clipboard

HLS Stream

Open FabioBitgears opened this issue 6 years ago • 2 comments

Hi, it seems that with HLS stream (m3u8), the volume meter doesn't work... Could you check please?

thank you

FabioBitgears avatar Sep 22 '17 16:09 FabioBitgears

This looks like a known issue and as per this stackoverflow question, there seems to be no proper answer to this.

https://stackoverflow.com/questions/19403584/avplayer-hls-live-stream-level-meter-display-fft-data.

Basically the issue is that we need to get "tracks" from "playerItem.asset" and in case of HLS stream, the tracks property is empty. Hence we cannot connect audioMix to the track and volume meter wont work.

If you urgently need this feature, you can check the answer mentioned there.

akhilcb avatar Sep 23 '17 03:09 akhilcb

Confirmation on dev forums that this is not supported by Apple. Please follow below link.

https://forums.developer.apple.com/thread/45966

akhilcb avatar Mar 27 '19 03:03 akhilcb