This commit is contained in:
devdatt 2025-12-02 20:32:15 +05:30
parent 867cf33443
commit 7e6781d3b9
1 changed files with 40 additions and 37 deletions

View File

@ -354,7 +354,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
</select>
</div>
</div>
<div class="card wide">
<?php for ($i = 1; $i <= 11; $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>
</div>
</div>
</div>
<div class="card wide">
<h3>SRT Output</h3>
@ -470,6 +471,7 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<label for="output_audio_bit_rate">Bit Rate :</label>
</div>
</div>
<div class="card wide">
<?php for ($i = 1; $i <= 11; $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>
</div>
</div>
</div>
<div class="card wide">
<h3>UDP</h3>