有没有办法让 chrome 在 WebRTC 上支持 VP9 和 H.265(HEVC)?

Is there any way to make chrome support VP9 and H.265(HEVC) on WebRTC?

我是 WebRTC 新手。由于 VP9 可以降低带宽,但在 Windows 上的 WebRTC 会话期间,我没有看到任何选择 VP9 与最近版本 Chrome 43.0 的选项。 SDP 视频选项根本不包括 VP9。有人可以告诉我如何为 WebRTC 启用 VP9 吗?很多文章都说VP9已经准备好了

另外一个问题,有没有办法把H.265encoder/decoder加到系统中,让Chrome的WebRTC栈知道?

您可以通过传递标志为 VP9 启用 Chrome,

--enable-webrtc-vp9-support

在 Windows、

上启用标志
  1. 右键单击 Chrome
  2. Select "Properties"
  3. 在目标行的末尾,添加上面的标志,所以它会是 运行 就像 chrome.exe --enable-webrtc-vp9-support

据我所知,WebRTC 尚未实现 HEVC/H.265 RTP 负载 packetization/parsing。