WebRTC connection to TURN sequence

五迷三道 提交于 2021-01-20 13:09:14

问题


Is it possible to connect WebRTC peers to different TURN servers and then establish the connection between TURNs?

So each peer connected to its own TURN server and then these TURNs connecting to each other


回答1:


Yes this isn't a problem at all!

For a TURN allocation you really have two entry points. The Server and Relay listener.

WebRTC for the Curious also has a visualization here



来源:https://stackoverflow.com/questions/64469361/webrtc-connection-to-turn-sequence

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!