From f4d6646151a057b6162d3a2c5043655cb9fc4351 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Sun, 4 Jul 2021 02:31:19 +0300 Subject: [PATCH] Update webrtc.md --- pages/webrtc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/webrtc.md b/pages/webrtc.md index b1f5bdd..de80a62 100644 --- a/pages/webrtc.md +++ b/pages/webrtc.md @@ -13,7 +13,7 @@ Then restart the Web UI and then in the **System** menu you will see the video m :exclamation: **If you do not see the switch, it means that either your browser does not support WebRTC, or the `kvmd-janus` service was not started.** # Subtleties -The MJPEG video stream uses the same HTTP connection that you use to download the web interface. +The MJPEG video stream uses the same HTTP connection that you use to get the web interface. 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.