From bf35494ba7238b300eb18a5ee9293dd85d517e31 Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Mon, 20 Jun 2022 01:29:18 +0300 Subject: [PATCH] fix --- docs/webrtc.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/webrtc.md b/docs/webrtc.md index c08a6862..7098539a 100644 --- a/docs/webrtc.md +++ b/docs/webrtc.md @@ -1,9 +1,9 @@ # H.264 / WebRTC -!!! warning "Only main browsers are supported. Chrome/Firefox" +!!! warning "Only main browsers are supported: Chrome, Firefox and Safari" This is a new alternative video transfer mode available for Raspberry Pi 4 users with an HDMI-CSI bridge (including PiKVM v3 HAT). -It uses H.264 encoding instead of MJPEG and provides significantly less traffic consumption. ZeroW is NOT supported. +It uses H.264 encoding instead of MJPEG and provides significantly less traffic consumption. If you use an OS image built after 2021.06.10, this mode will be available by default. If you are upgrading to an older version of the OS, you will need to manually enable the WebRTC gateway: @@ -15,7 +15,7 @@ If you are upgrading to an older version of the OS, you will need to manually en Then reload the Web UI and then in the **System** menu you will see the video mode switch. !!! note - 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. + If you don't see the switch, it means that either your browser does not support WebRTC, or the `kvmd-janus` service was not started. ## Basics