mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
html webrtc stubs
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user