From 16a93632ae9281954ba7cbfb6b995c81924cd0e3 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 4 Jul 2021 02:32:11 +0300 Subject: [PATCH] Update webrtc.md --- pages/webrtc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/webrtc.md b/pages/webrtc.md index de80a62..90816d5 100644 --- a/pages/webrtc.md +++ b/pages/webrtc.md @@ -17,8 +17,8 @@ The MJPEG video stream uses the same HTTP connection that you use to get the web This means that for remote access, you just need to forward ports 80 and 443 on your router. In contrast, WebRTC is a completely different way of transmitting video. -It uses a P2P connection and UDP. This reduces network load, but makes it difficult to configure -- the server needs to know your network configuration in order to use it correctly. +It uses a P2P connection and UDP. This reduces network load, but makes it difficult to configure - +the server needs to know your network configuration in order to use it correctly. To implement this, the Pi-KVM checks which of the network interfaces is used for the default gateway, and also tries to find out your external address using the Google [STUN](https://en.wikipedia.org/wiki/STUN) server.