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.
如果运行我的 WebRTC 应用程序的设备在公司 VPN 中,我是否需要 STUN/TRUN 服务器,或者我可以期望它像在 LAN 中一样工作?
我正在使用PeerJS 库和PeerServerCloud进行信号传输。
如果两个(或所有)对等点都在公司 VPN 网络后面,那么可能不是。在大多数其他情况下,您肯定需要一个TURN 服务器,此外,如果您的网络阻止/限制 443 端口到互联网,您将需要通过 TCP 传输而不是通常的 UDP 连接到 TURN 服务器。