update
This commit is contained in:
parent
867cf33443
commit
7e6781d3b9
|
|
@ -354,7 +354,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card wide">
|
||||||
<?php for ($i = 1; $i <= 11; $i++):
|
<?php for ($i = 1; $i <= 11; $i++):
|
||||||
$r = $data['rtmp_multiple'][$i];
|
$r = $data['rtmp_multiple'][$i];
|
||||||
?>
|
?>
|
||||||
|
|
@ -377,6 +377,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<button type="submit" name="rtmp" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save RTMP</button>
|
<button type="submit" name="rtmp" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save RTMP</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card wide">
|
||||||
<h3>SRT Output</h3>
|
<h3>SRT Output</h3>
|
||||||
|
|
@ -470,6 +471,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<label for="output_audio_bit_rate">Bit Rate :</label>
|
<label for="output_audio_bit_rate">Bit Rate :</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="card wide">
|
||||||
|
|
||||||
<?php for ($i = 1; $i <= 11; $i++):
|
<?php for ($i = 1; $i <= 11; $i++):
|
||||||
$s = $data['srt_multiple'][$i];
|
$s = $data['srt_multiple'][$i];
|
||||||
|
|
@ -493,6 +495,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||||
<button type="submit" name="srt" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save SRT</button>
|
<button type="submit" name="srt" style="background:#c00;color:#fff;padding:10px 20px;border:none;font-weight:bold;border-radius:6px;">Save SRT</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="card wide">
|
<div class="card wide">
|
||||||
<h3>UDP</h3>
|
<h3>UDP</h3>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue