Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我AVPlayer用来读取 HLS 流。
AVPlayer
在播放期间,我需要从AVPlayerItemAccessLogEvent对象获取比特率。在这个对象中,我可以得到observedBitrate或indicatedBitrate。
AVPlayerItemAccessLogEvent
observedBitrate
indicatedBitrate
我阅读了文档,但是,我不明白这两个属性之间的区别......
根据这篇文章:
ObservedBitrate 是玩家看到/使用/报告/观察的比特率。
IndicatedBitrate 是您在播放列表中定义的比特率