update
This commit is contained in:
parent
a51bc8794f
commit
ef7c98c803
|
|
@ -1 +1,2 @@
|
||||||
zip.sh
|
zip.sh
|
||||||
|
28f27590923d962388f0da125553c5.zip
|
||||||
|
|
|
||||||
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");
|
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
|
||||||
$version = 11.16;
|
$version = 11.17;
|
||||||
|
|
||||||
function fail(string $msg): never
|
function fail(string $msg): never
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -1262,7 +1262,7 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
|
||||||
hls_fragment 10;
|
hls_fragment 10;
|
||||||
hls_playlist_length 60;
|
hls_playlist_length 60;
|
||||||
hls_cleanup on;
|
hls_cleanup on;
|
||||||
hls_continuous on;
|
|
||||||
";
|
";
|
||||||
} else {
|
} else {
|
||||||
$hls0 = "
|
$hls0 = "
|
||||||
|
|
@ -1287,7 +1287,7 @@ function update_service_backend($service, $srt_pass1, $srt_pass2)
|
||||||
hls_fragment 10;
|
hls_fragment 10;
|
||||||
hls_playlist_length 60;
|
hls_playlist_length 60;
|
||||||
hls_cleanup on;
|
hls_cleanup on;
|
||||||
hls_continuous on;
|
|
||||||
";
|
";
|
||||||
} else {
|
} else {
|
||||||
$hls1 = "
|
$hls1 = "
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue