diff options
author | Maxim Devaev <[email protected]> | 2024-03-17 10:46:26 +0200 |
---|---|---|
committer | Maxim Devaev <[email protected]> | 2024-03-17 10:46:26 +0200 |
commit | af68aba4b745f10a3e2aed64dc3aa66807cc94cc (patch) | |
tree | 597be39cd8869b988b88c2e24d60d6a2416a7fa7 /web/kvm/index.html | |
parent | 13b43355ca131e333b1a326817161ec68b67df6a (diff) |
Issue #1076: Orientation options for H.264
Diffstat (limited to 'web/kvm/index.html')
-rw-r--r-- | web/kvm/index.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/web/kvm/index.html b/web/kvm/index.html index 08062ffe..61d5e3dc 100644 --- a/web/kvm/index.html +++ b/web/kvm/index.html @@ -227,6 +227,21 @@ </div> </td> </tr> + <tr class="feature-disabled" id="stream-orient"> + <td>Orientation:</td> + <td> + <div class="radio-box"> + <input checked type="radio" id="stream-orient-radio-0" name="stream-orient-radio" value="0"> + <label for="stream-orient-radio-0">Default</label> + <input type="radio" id="stream-orient-radio-90" name="stream-orient-radio" value="90"> + <label for="stream-orient-radio-90">90°</label> + <input type="radio" id="stream-orient-radio-180" name="stream-orient-radio" value="180"> + <label for="stream-orient-radio-180">180°</label> + <input type="radio" id="stream-orient-radio-270" name="stream-orient-radio" value="270"> + <label for="stream-orient-radio-270">270°</label> + </div> + </td> + </tr> <tr class="feature-disabled" id="stream-audio"> <td>Audio volume:</td> <td class="value-slider"> |