From 78bf4c1a47c7e6df6e759924ed17d3127e20f8c3 Mon Sep 17 00:00:00 2001 From: devdatt Date: Thu, 25 Dec 2025 09:25:03 +0530 Subject: [PATCH] 1937 --- encoder/status.php | 2 +- install.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/encoder/status.php b/encoder/status.php index 3d1a56a..9378071 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 . "?streamid=shree/bhatt/ji


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


"; } if ($_SERVER['REQUEST_METHOD'] === 'POST') { diff --git a/install.sh b/install.sh index ec728c2..5e1d321 100755 --- a/install.sh +++ b/install.sh @@ -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