This commit is contained in:
devdatt 2026-01-10 12:29:22 +05:30
parent c7b5d7d3c0
commit c9cbaf79b8
2 changed files with 2 additions and 4 deletions

View File

@ -22,7 +22,6 @@ rtmp {
meta off; meta off;
wait_video on; wait_video on;
sync 10ms;
idle_streams off; idle_streams off;
hls on; hls on;
@ -46,7 +45,6 @@ rtmp {
meta off; meta off;
wait_video on; wait_video on;
sync 10ms;
idle_streams off; idle_streams off;
hls on; hls on;

View File

@ -1,8 +1,7 @@
<?php <?php
include 'header.php';
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid"); exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
$version = 4; $version = 5;
function fail(string $msg): never function fail(string $msg): never
{ {
@ -374,6 +373,7 @@ EwIDAQAB
break; break;
} }
} }
include 'header.php';
?> ?>
<script> <script>