diff --git a/encoder/static.php b/encoder/static.php index 9658e73..68035ca 100755 --- a/encoder/static.php +++ b/encoder/static.php @@ -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; diff --git a/encoder/status.php b/encoder/status.php index 60a3c22..3d1a56a 100755 --- a/encoder/status.php +++ b/encoder/status.php @@ -68,7 +68,7 @@ if ($service_rtmp1_multiple == 'enable') { } if($service_srt_multiple){ - $text .= "
srt://" . $domain . "/shree/bhatt/ji


"; + $text .= "
srt://" . $domain . "?streamid=shree/bhatt/ji


"; } if ($_SERVER['REQUEST_METHOD'] === 'POST') {