summaryrefslogtreecommitdiff
path: root/web/kvm/navbar-system.pug
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2021-05-17 00:11:56 +0300
committerDevaev Maxim <[email protected]>2021-05-17 00:20:06 +0300
commitf053bd5edecf19aba237c0b08acec461dcdc6171 (patch)
treefed02dcf8ce57de2fc02e08dad3a502cc4a60edf /web/kvm/navbar-system.pug
parent5eb0d71cfd2344d30db24d472a6153a64d81279c (diff)
html webrtc stubs
Diffstat (limited to 'web/kvm/navbar-system.pug')
-rw-r--r--web/kvm/navbar-system.pug10
1 files changed, 9 insertions, 1 deletions
diff --git a/web/kvm/navbar-system.pug b/web/kvm/navbar-system.pug
index 186bdef7..aa273ff5 100644
--- a/web/kvm/navbar-system.pug
+++ b/web/kvm/navbar-system.pug
@@ -15,13 +15,21 @@ li(class="right")
td Resolution:
td #[select(disabled data-dont-hide-menu id="stream-resolution-selector")]
tr(id="stream-quality" class="feature-disabled")
- td Image quality:
+ td JPEG quality:
td #[input(disabled type="range" id="stream-quality-slider" class="slider")]
td(id="stream-quality-value" class="value") 80%
tr
td Max FPS:
td #[input(disabled type="range" id="stream-desired-fps-slider" class="slider")]
td(id="stream-desired-fps-value" class="value") 0
+ tr(id="stream-mode" class="feature-disabled")
+ td Video mode:
+ td
+ div(class="radio-box")
+ input(checked type="radio" id="stream-mode-radio-mjpeg" name="stream-mode-radio" value="mjpeg")
+ label(for="stream-mode-radio-mjpeg") MJPEG / HTTP
+ input(type="radio" id="stream-mode-radio-janus" name="stream-mode-radio" value="janus")
+ label(for="stream-mode-radio-janus") H.264 / WebRTC
hr
div(class="buttons buttons-row")
button(data-force-hide-menu id="show-stream-button" class="row33") &bull; Show stream