mirror of https://github.com/pikvm/pikvm.git
Update webrtc.md
This commit is contained in:
parent
ad9e5d9c91
commit
80ec4c36c9
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue