summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2018-11-05 06:13:08 +0300
committerDevaev Maxim <[email protected]>2018-11-05 06:13:08 +0300
commit18a626a30c63367b97af74bc3e30fc6b75cc48dd (patch)
tree76443a01079bb809f03d88e4220bcb356afabc7e /web/index.html
parent4e49931a252ebd555ab523673c2c69808c20ab6a (diff)
soft fps limit
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 99e48cf8..0fac2724 100644
--- a/web/index.html
+++ b/web/index.html
@@ -86,6 +86,13 @@
</div>
<hr>
<div class="ctl-dropdown-content-text">
+ Soft FPS limit: <span id="stream-soft-fps-value">30</span>
+ <div class="stream-slider-box">
+ <input disabled type="range" id="stream-soft-fps-slider" class="slider" />
+ </div>
+ </div>
+ <hr>
+ <div class="ctl-dropdown-content-text">
Stream size: <span id="stream-size-value">100%</span>
<div class="stream-slider-box">
<input type="range" id="stream-size-slider" class="slider" />