webrtc after signaling on LAN

大憨熊 提交于 2019-12-11 05:33:11

问题


After webrtc passes by a signaling server on Internet, how it works when two machines are running in the same network?

The data will be exchanged only on the network or will it still use internet ?

I am asking this because of our internet is not good, it's too slow. but our local network speed is very fast.. So I would like to know if the internet signal will affect the audio and video conversation.

Thanks a lot!


回答1:


Depending on the network configuration, the devices should connect directly over the local network. Please note that some browsers, such as Safari, may not share with the signalling service local ICE Candidates unless configured to do so (false concern over sharing network info). The devices must share local ICE Candidates, or else they will still stream via the external network or a TURN server, if available.



来源:https://stackoverflow.com/questions/47064546/webrtc-after-signaling-on-lan

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