From 80ec4c36c912e0d4fef37ac485c78def19d1a25c Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 15 Jun 2021 20:17:56 +0300 Subject: [PATCH] Update webrtc.md --- pages/webrtc.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/webrtc.md b/pages/webrtc.md index d6043ad..a45d5b5 100644 --- a/pages/webrtc.md +++ b/pages/webrtc.md @@ -10,7 +10,7 @@ If you are upgrading to an older version of the OS, you will need to manually en ``` Then restart the Web UI and then in the **System** menu you will see the video mode switch. -: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. +: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. @@ -37,6 +37,7 @@ janus: And restart `systemctl restart kvmd-janus`. # Custom Janus config +❗**Custom config is not working right now** [Janus](https://janus.conf.meetecho.com) is a WebRTC gateway that is used to transmit the [uStreamer](https://github.com/pikvm/ustreamer) video. KVMD-Janus is a wrapper around it, configuring and monitoring changes in the network configuration. This is suitable for most users. However, if your Pi-KVM is not connected to the Internet and/or you want to use a custom Janus configuration,