summaryrefslogtreecommitdiff
path: root/web/kvm/index.html
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/index.html
parent5eb0d71cfd2344d30db24d472a6153a64d81279c (diff)
html webrtc stubs
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r--web/kvm/index.html14
1 files changed, 13 insertions, 1 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html
index f35cc4ce..c06f0b3d 100644
--- a/web/kvm/index.html
+++ b/web/kvm/index.html
@@ -118,7 +118,7 @@
</td>
</tr>
<tr class="feature-disabled" id="stream-quality">
- <td>Image quality:</td>
+ <td>JPEG quality:</td>
<td>
<input class="slider" disabled type="range" id="stream-quality-slider">
</td>
@@ -131,6 +131,17 @@
</td>
<td class="value" id="stream-desired-fps-value">0</td>
</tr>
+ <tr class="feature-disabled" id="stream-mode">
+ <td>Video mode:</td>
+ <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</label>
+ <input type="radio" id="stream-mode-radio-janus" name="stream-mode-radio" value="janus">
+ <label for="stream-mode-radio-janus">H.264 / WebRTC</label>
+ </div>
+ </td>
+ </tr>
</table>
<hr>
<div class="buttons buttons-row">
@@ -1745,6 +1756,7 @@
<li>Stefan Bautz</li>
<li>Stefan Müller</li>
<li>Stefan Stemmer</li>
+ <li>Stefan Vaillant</li>
<li>Stephan Schmidt</li>
<li>Steve Kerr</li>
<li>Steve Ovens</li>