updtae
This commit is contained in:
parent
b1253a0004
commit
b4dc8dea00
Binary file not shown.
|
|
@ -9,7 +9,7 @@ https://github.com/shreebhattji/Urmi/blob/main/licence.md
|
|||
*/
|
||||
|
||||
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
|
||||
$version = 11.17;
|
||||
$version = 11.18;
|
||||
|
||||
function fail(string $msg): never
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1259,9 +1259,10 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
|
|||
$hls0 = "
|
||||
hls on;
|
||||
hls_path /var/www/html/hls/shree;
|
||||
hls_fragment 10;
|
||||
hls_playlist_length 60;
|
||||
hls_cleanup on;
|
||||
hls_fragment 6;
|
||||
hls_playlist_length 48;
|
||||
hls_continuous on;
|
||||
|
||||
|
||||
";
|
||||
} else {
|
||||
|
|
@ -1274,7 +1275,6 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
|
|||
dash_path /var/www/html/dash/shree;
|
||||
dash_fragment 10;
|
||||
dash_playlist_length 60;
|
||||
dash_cleanup on;
|
||||
";
|
||||
} else {
|
||||
$dash0 = "
|
||||
|
|
@ -1284,9 +1284,9 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
|
|||
$hls1 = "
|
||||
hls on;
|
||||
hls_path /var/www/html/hls/shreeshree;
|
||||
hls_fragment 10;
|
||||
hls_playlist_length 60;
|
||||
hls_cleanup on;
|
||||
hls_fragment 6;
|
||||
hls_playlist_length 48;
|
||||
hls_continuous on;
|
||||
|
||||
";
|
||||
} else {
|
||||
|
|
@ -1299,7 +1299,6 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
|
|||
dash_path /var/www/html/dash/shreeshree;
|
||||
dash_fragment 10;
|
||||
dash_playlist_length 60;
|
||||
dash_cleanup on;
|
||||
";
|
||||
} else {
|
||||
$dash1 = "
|
||||
|
|
|
|||
Loading…
Reference in New Issue