调试方法

chrome://webrtc-internals/


事件过程

WebRTC的chrome调试(一)

stats

WebRTC的chrome调试(一)

local candidate

  • tcp 有三个(但是最终没有选择)
    WebRTC的chrome调试(一)
  • udp有四个
    WebRTC的chrome调试(一)
    WebRTC的chrome调试(一)
    • 第四个candidate是peer reflexive,并且priority是低于前三个的
      WebRTC的chrome调试(一)

remote candidate

  • 只有一个udp
    WebRTC的chrome调试(一)

调试的结果记录

  • 选择的一个pair
    WebRTC的chrome调试(一)

在channel有具体选择了那个pair

WebRTC的chrome调试(一)

相关文章:

  • 2021-09-14
  • 2022-01-06
  • 2021-05-01
  • 2021-12-01
  • 2022-12-23
猜你喜欢
  • 2021-09-18
  • 2021-09-30
  • 2021-05-14
  • 2021-04-12
  • 2021-04-11
  • 2021-03-26
相关资源
相似解决方案