【发布时间】:2021-07-07 12:42:33
【问题描述】:
我一直在分析使用chrome://webrtc-internal 生成的 JSON 文件,同时在 2 台 PCS 上运行 webrtc。
我查看了Stats API 以验证 webrtc-internal 如何计算关键帧速率。
通过查看 Stats API/RTC Remote Inbound RTP Video Stream,它包含 keyFramesDecoded,它表示关键帧的总数,例如 VP8 中的关键帧,假设我将编解码器设置为 VP8。
keyFramesDecoded 值非常小,即几分钟内为 2,对于 3 和 ...
【问题讨论】:
标签: node.js google-chrome webrtc video-streaming codec