Skip to content

Commit

Permalink
update: style index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
CooperHash committed Mar 7, 2024
1 parent 2850d64 commit c691ea8
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,14 @@
<center>
<section>
<button id="whip-device-button" onclick="refreshDevice()">Use Device</button>
<br/>Audio Device: <select id="whip-audio-device"><option value="">none</option></select>
<div style="margin-top: 20px;">
Audio Device:
<select id="whip-audio-device"><option value="">none</option></select>
</div>
<br/>Video Device: <select id="whip-video-device"><option value="">none</option></select>
</section>

<section>
<section style="margin-top: 20px;">
Audio Codec: <select id="whip-audio-codec">
<option value="" selected>default</option>
<option value="opus/48000">OPUS</option>
Expand All @@ -53,11 +56,11 @@
<section>
<video-size-select id="whip-video-size"></video-size-select>
</section>
<section>SVC Layer: <select id="whip-layer-select"></select></section>
<section>
<section style="margin-top: 20px;">SVC Layer: <select id="whip-layer-select"></select></section>
<section style="margin-top: 20px;">
<input type="checkbox" id="whip-pseudo-audio"/>Pseudo Audio Track
</section>
<section>
<section style="margin-top: 20px;">
<button onclick="startWhip()">Start</button>
<button id="whip-button-stop">Stop</button>
</section>
Expand All @@ -78,11 +81,11 @@ <h3>WHIP Video:</h3>
<legend>WHEP</legend>
<center>
<section>SVC Layer: <select disabled id="whep-layer-select"></select></section>
<section>
<section style="margin-top: 20px;">
<button id="whep-button-disable-audio">Disable Audio</button>
<button id="whep-button-disable-video">Disable Video</button>
</section>
<section>
<section style="margin-top: 20px;">
<button onclick="startWhep()">Start</button>
<button id="whep-button-stop">Stop</button>
</section>
Expand Down

0 comments on commit c691ea8

Please sign in to comment.