This commit is contained in:
devdatt 2025-12-25 09:25:03 +05:30
parent 76952d61fe
commit 78bf4c1a47
2 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,7 @@ if ($service_rtmp1_multiple == 'enable') {
}
if($service_srt_multiple){
$text .= "<h5>srt://" . $domain . "?streamid=shree/bhatt/ji</h5><br><br>";
$text .= "<h5>srt://" . $domain . ":1937?streamid=shree/bhatt/ji</h5><br><br>";
}
if ($_SERVER['REQUEST_METHOD'] === 'POST') {

View File

@ -412,3 +412,5 @@ sudo ufw route allow proto udp to 224.0.0.0/4
sudo ufw deny out to 239.255.254.254 port 39000 proto udp
sudo systemctl daemon-reload
sudo chmod 444 /sys/class/dmi/id/product_uuid
sudo systemctl disable systemd-networkd-wait-online.service
sudo systemctl mask systemd-networkd-wait-online.service