srt pass updated

This commit is contained in:
devdatt 2025-11-30 17:52:16 +05:30
parent e2e94a1fe6
commit cbccb0d21a
1 changed files with 3 additions and 11 deletions

View File

@ -15,9 +15,9 @@ function update_service($which_service)
$input_rtmp_mount = ""; $input_rtmp_mount = "";
$input_rtmp_pass = ""; $input_rtmp_pass = "";
$output = ""; $output = "";
$srt_pass1 = ""; $srt_pass1 = generateRandomString(16);
$srt_pass2 = ""; $srt_pass2 = generateRandomString(16);
$srt_pass3 = ""; $srt_pass3 = generateRandomString(16);
$rtmp_multiple[] = []; $rtmp_multiple[] = [];
$srt_multiple[] = []; $srt_multiple[] = [];
$defaults = [ $defaults = [
@ -292,14 +292,6 @@ http {
} }
} }
if ($srt_pass1 == "") {
$srt_pass1 = generateRandomString(16);
}
if ($srt_pass2 == "") {
$srt_pass2 = generateRandomString(16);
}
$sls = " $sls = "
srt { srt {