This commit is contained in:
devdatt 2025-12-16 11:35:43 +05:30
parent c56b96aa8d
commit f160f885d9
2 changed files with 2 additions and 1 deletions

View File

@ -414,6 +414,7 @@ function update_service($which_service)
echo "Error writing file."; echo "Error writing file.";
} }
exec("sudo systemctl restart encoder-main"); exec("sudo systemctl restart encoder-main");
exec("sudo reboot");
break; break;
case 'display'; case 'display';
break; break;

View File

@ -68,7 +68,7 @@ if ($service_rtmp1_multiple == 'enable') {
} }
if($service_srt_multiple){ 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') { if ($_SERVER['REQUEST_METHOD'] === 'POST') {