diff options
author | Devaev Maxim <[email protected]> | 2021-05-03 19:55:10 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2021-05-03 19:55:10 +0300 |
commit | f2efeb782472ef2a6b0b8175815f7ec2ece7a8bc (patch) | |
tree | 3f0879713328340ff56382d4dd2acd6a6e01b185 /web/kvm/index.html | |
parent | 407ef134f33f324702c8c799cf2bb03d6b98e16f (diff) |
video tag
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 7291c698..67c91bc5 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -512,7 +512,9 @@ <button class="window-button-full-screen">⤢</button> </div> <div id="stream-info"></div> - <div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png"></div> + <div class="stream-box-offline" id="stream-box"><img id="stream-image" src="/share/png/blank-stream.png"> + <video class="hidden" id="stream-video" autoplay playsinline muted></video> + </div> <div class="keypad" id="stream-mouse-buttons" align="center"> <div class="keypad-block"> <div class="keypad-row"> |