update
This commit is contained in:
parent
c56b96aa8d
commit
f160f885d9
|
|
@ -414,6 +414,7 @@ function update_service($which_service)
|
|||
echo "Error writing file.";
|
||||
}
|
||||
exec("sudo systemctl restart encoder-main");
|
||||
exec("sudo reboot");
|
||||
break;
|
||||
case 'display';
|
||||
break;
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@ if ($service_rtmp1_multiple == 'enable') {
|
|||
}
|
||||
|
||||
if($service_srt_multiple){
|
||||
$text .= "<h5>srt://" . $domain . "/shree/bhatt/ji</h5><br><br>";
|
||||
$text .= "<h5>srt://" . $domain . "?streamid=shree/bhatt/ji</h5><br><br>";
|
||||
}
|
||||
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST') {
|
||||
|
|
|
|||
Loading…
Reference in New Issue