1937
This commit is contained in:
parent
76952d61fe
commit
78bf4c1a47
|
|
@ -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') {
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue