diff options
author | Maxim Devaev <[email protected]> | 2021-10-02 03:36:48 +0300 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2021-10-02 03:36:48 +0300 |
commit | fdf3c0f8d4cdc6253bebe67c8a7f1aaea357c42e (patch) | |
tree | eb892a6d3c5f96e6cec7d006caabeded89caf615 /web/kvm/index.html | |
parent | c162bb7ea4f4edea29be03b89258c8c1a562c49e (diff) |
pikvm/pikvm#481: check webrtc caps
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 9b9a4a9b..daabd503 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -126,6 +126,28 @@ </tr> </table> <hr> + <div class="hidden" id="stream-message-no-webrtc"> + <div class="text"> + <table> + <tr> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>WebRTC is not supported by this browser</b></td> + </tr> + </table> + </div> + <hr> + </div> + <div class="hidden" id="stream-message-no-h264"> + <div class="text"> + <table> + <tr> + <td rowspan="2"><img class="sign " src="/share/svg/warning.svg"></td> + <td style="line-height:1.5"><b>H.264 is not supported by this browser</b></td> + </tr> + </table> + </div> + <hr> + </div> <table class="kv" style="width: calc(100% - 20px)"> <tr class="feature-disabled" id="stream-resolution"> <td>Resolution:</td> |