12
12
< a href ="javascript:location.reload() "> < img src ="logo.webp " width ="220dp "> </ a >
13
13
</ header >
14
14
15
- < div class ="container ">
16
- < section class ="video-section ">
17
- < video id ="preview " poster ="/mjpeg "> </ video >
18
- </ section >
15
+ < section class ="video-section ">
16
+ < video id ="preview " poster ="/mjpeg "> </ video >
17
+ </ section >
19
18
19
+ < div class ="container ">
20
20
< section class ="form-section ">
21
21
< form id ="majestic-form ">
22
22
< h3 > Video</ h3 >
@@ -41,7 +41,7 @@ <h3>Video</h3>
41
41
< select id ="bitrate " name ="majestic.video0.bitrate "> </ select >
42
42
</ div >
43
43
< div class ="row ">
44
- < label for ="records "> Recording :</ label >
44
+ < label for ="records "> Record :</ label >
45
45
< input type ="checkbox " id ="records " name ="majestic.records.enabled ">
46
46
</ div >
47
47
@@ -53,14 +53,16 @@ <h3>Audio</h3>
53
53
< input type ="checkbox " id ="audio " name ="majestic.audio.enabled ">
54
54
</ div >
55
55
< div class ="row ">
56
- < label for ="srate "> Samplerate :</ label >
56
+ < label for ="srate "> Sample :</ label >
57
57
< select id ="srate " name ="majestic.audio.srate ">
58
58
< option value ="8000 "> 8000</ option >
59
59
< option value ="48000 "> 48000</ option >
60
60
</ select >
61
61
</ div >
62
62
</ form >
63
63
64
+ < hr class ="divider ">
65
+
64
66
< div class ="button-container ">
65
67
< button id ="apply-video-button "> Apply</ button >
66
68
< button id ="reset-video-button "> Reset</ button >
@@ -115,12 +117,8 @@ <h3>Wireless</h3>
115
117
116
118
< h3 > Broadcast</ h3 >
117
119
< div class ="row ">
118
- < label for ="wfb_index "> WFB Index:</ label >
119
- < select id ="wfb_index " name ="wfb.broadcast.wfb_index "> </ select >
120
- </ div >
121
- < div class ="row ">
122
- < label for ="tun_index "> TUN Index:</ label >
123
- < select id ="tun_index " name ="wfb.broadcast.tun_index "> </ select >
120
+ < label for ="wfb_index "> MCS Index:</ label >
121
+ < select id ="wfb_index " name ="wfb.broadcast.mcs_index "> </ select >
124
122
</ div >
125
123
126
124
< hr class ="divider ">
@@ -142,6 +140,8 @@ <h3>Telemetry</h3>
142
140
</ div >
143
141
</ form >
144
142
143
+ < hr class ="divider ">
144
+
145
145
< div class ="button-container ">
146
146
< button id ="apply-wfb-button "> Apply</ button >
147
147
< button id ="reset-wfb-button "> Reset</ button >
0 commit comments