【发布时间】:2017-12-21 14:43:05
【问题描述】:
如果您将 webRTC 用于同一网络,是否需要 Ice 候选者?
通过阅读此What are ICE Candidates and how do the peer connection choose between them?,它们是到达目的地的中间连接点。但是他们在同一个网络上,所以应该可以直接去他那里,因此公共 ip 与此无关。可以输入192.16.x.x这样的私网ip吗?
【问题讨论】:
标签: webrtc
如果您将 webRTC 用于同一网络,是否需要 Ice 候选者?
通过阅读此What are ICE Candidates and how do the peer connection choose between them?,它们是到达目的地的中间连接点。但是他们在同一个网络上,所以应该可以直接去他那里,因此公共 ip 与此无关。可以输入192.16.x.x这样的私网ip吗?
【问题讨论】:
标签: webrtc
是的,即使是本地网络也需要候选冰。
本地网络不需要 stun 或 turn 服务器
【讨论】: