From 39d5543a3b45fe559a5625142c4f95935d411b07 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Tue, 15 Jun 2021 20:18:55 +0300 Subject: [PATCH] Update webrtc.md --- pages/webrtc.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pages/webrtc.md b/pages/webrtc.md index 579a8af..da557f8 100644 --- a/pages/webrtc.md +++ b/pages/webrtc.md @@ -36,16 +36,16 @@ janus: ``` And restart `systemctl restart kvmd-janus`. -# Custom Janus config +# ~~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. +~~[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, then you should use the `kvmd-janus-static` service instead. You should first change the Janus configuration yourself. -You can find it in `/etc/kvmd/janus/janus.jcfg`. -``` +You can find it in `/etc/kvmd/janus/janus.jcfg`.~~ +~~``` # systemctl disable --now kvmd-janus ... # systemctl enable --now kvmd-janus-static -``` +```~~