From 9569533f70817fa934d961755c25dd7d84e9090c Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 1 Jun 2023 04:26:16 +0300 Subject: [PATCH] update --- docs/webrtc.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/webrtc.md b/docs/webrtc.md index 1858406f..ee6863c6 100644 --- a/docs/webrtc.md +++ b/docs/webrtc.md @@ -75,13 +75,13 @@ You can find it in `/etc/kvmd/janus/janus.jcfg`. ## Troubleshooting -In rare cases, WebRTC may not work. The most common reasons are: +In rare cases, WebRTC may not work. Here some common tips: -* Clearing the Cache +* Clear the browser cache. -* Try other browsers - Try incognito or private window (this disableds all extensions) +* Try other browsers, incognito or private window without any extensions. -* Tricky IPv6 configuration on the network. IPv6 support for WebRTC in PiKVM is still in its infancy, so if your network has IPv4, it will be easiest to disable IPv6 on PiKVM. To do this, switch the file system to write mode using `rw` command, add option `ipv6.disable_ipv6=1` to `/boot/cmdline.txt` and perform `reboot`. Also see [here](https://wiki.archlinux.org/title/IPv6#Disable_IPv6). +* Tricky IPv6 configuration on the network can be a problem. IPv6 support for WebRTC in PiKVM is still in its infancy, so if your network has IPv4, it will be easiest to disable IPv6 on PiKVM. To do this, switch the file system to write mode using `rw` command, add option `ipv6.disable_ipv6=1` to `/boot/cmdline.txt` and perform `reboot`. Also see [here](https://wiki.archlinux.org/title/IPv6#Disable_IPv6). * A paranoid firewall when you try to connect to the PiKVM by forwarding port 443 to the Internet from the internal network. WebRTC is not enough of this, it uses UDP on ports 10000-20000 for a P2P connection. Make sure that the Firewall does not block them.