AVPlayer:observedBitrate 和 indicatedBitrate 的区别
AVPlayer : difference between observedBitrate and indicatedBitrate
我正在使用 AVPlayer
读取 HLS 流。
在播放期间,我需要从 AVPlayerItemAccessLogEvent
对象获取比特率。在这个对象中,我可以获得 observedBitrate
或 indicatedBitrate
.
我阅读了文档,但是,我不明白这两个属性之间的区别...
根据this article:
ObservedBitrate 是播放器正在查看/使用/报告/观察的比特率。
IndicatedBitrate 是您在播放列表中定义的比特率
我正在使用 AVPlayer
读取 HLS 流。
在播放期间,我需要从 AVPlayerItemAccessLogEvent
对象获取比特率。在这个对象中,我可以获得 observedBitrate
或 indicatedBitrate
.
我阅读了文档,但是,我不明白这两个属性之间的区别...
根据this article:
ObservedBitrate 是播放器正在查看/使用/报告/观察的比特率。
IndicatedBitrate 是您在播放列表中定义的比特率