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