This commit is contained in:
devdatt 2026-02-10 15:33:00 +05:30
parent b1253a0004
commit b4dc8dea00
3 changed files with 8 additions and 9 deletions

Binary file not shown.

View File

@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md
*/ */
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$version = 11.17; $version = 11.18;
function fail(string $msg): never function fail(string $msg): never
{ {

View File

@ -1259,9 +1259,10 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
$hls0 = " $hls0 = "
hls on; hls on;
hls_path /var/www/html/hls/shree; hls_path /var/www/html/hls/shree;
hls_fragment 10; hls_fragment 6;
hls_playlist_length 60; hls_playlist_length 48;
hls_cleanup on; hls_continuous on;
"; ";
} else { } else {
@ -1274,7 +1275,6 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
dash_path /var/www/html/dash/shree; dash_path /var/www/html/dash/shree;
dash_fragment 10; dash_fragment 10;
dash_playlist_length 60; dash_playlist_length 60;
dash_cleanup on;
"; ";
} else { } else {
$dash0 = " $dash0 = "
@ -1284,9 +1284,9 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
$hls1 = " $hls1 = "
hls on; hls on;
hls_path /var/www/html/hls/shreeshree; hls_path /var/www/html/hls/shreeshree;
hls_fragment 10; hls_fragment 6;
hls_playlist_length 60; hls_playlist_length 48;
hls_cleanup on; hls_continuous on;
"; ";
} else { } else {
@ -1299,7 +1299,6 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
dash_path /var/www/html/dash/shreeshree; dash_path /var/www/html/dash/shreeshree;
dash_fragment 10; dash_fragment 10;
dash_playlist_length 60; dash_playlist_length 60;
dash_cleanup on;
"; ";
} else { } else {
$dash1 = " $dash1 = "