srt pass updated
This commit is contained in:
parent
e2e94a1fe6
commit
cbccb0d21a
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue