标签: ios avplayer avplayeritem
我使用AVPlayer来阅读HLS流。
AVPlayer
在播放过程中,我需要从AVPlayerItemAccessLogEvent对象获取比特率。在此对象中,我可以获得observedBitrate或indicatedBitrate。
AVPlayerItemAccessLogEvent
observedBitrate
indicatedBitrate
我阅读了文档,但是,我不能区分这两个属性......
答案 0 :(得分:1)
根据this article:
ObservedBitrate是玩家看到/使用/报告/观察的比特率。
IndicatedBitrate是您在播放列表中定义的比特率