update
This commit is contained in:
parent
c7b5d7d3c0
commit
c9cbaf79b8
|
|
@ -22,7 +22,6 @@ rtmp {
|
|||
meta off;
|
||||
wait_video on;
|
||||
|
||||
sync 10ms;
|
||||
idle_streams off;
|
||||
|
||||
hls on;
|
||||
|
|
@ -46,7 +45,6 @@ rtmp {
|
|||
meta off;
|
||||
wait_video on;
|
||||
|
||||
sync 10ms;
|
||||
idle_streams off;
|
||||
|
||||
hls on;
|
||||
|
|
|
|||
|
|
@ -1,8 +1,7 @@
|
|||
<?php
|
||||
include 'header.php';
|
||||
|
||||
exec("sudo chmod 444 /sys/class/dmi/id/product_uuid");
|
||||
$version = 4;
|
||||
$version = 5;
|
||||
|
||||
function fail(string $msg): never
|
||||
{
|
||||
|
|
@ -374,6 +373,7 @@ EwIDAQAB
|
|||
break;
|
||||
}
|
||||
}
|
||||
include 'header.php';
|
||||
|
||||
?>
|
||||
<script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue