firmware update
This commit is contained in:
parent
6dfd32f196
commit
31eac1f7a1
|
|
@ -268,6 +268,15 @@ EwIDAQAB
|
||||||
|
|
||||||
$exitCode = proc_close($process);
|
$exitCode = proc_close($process);
|
||||||
}
|
}
|
||||||
|
update_service("display");
|
||||||
|
update_service("rtmp0");
|
||||||
|
update_service("rtmp1");
|
||||||
|
update_service("udp0");
|
||||||
|
update_service("udp1");
|
||||||
|
update_service("udp2");
|
||||||
|
update_service("srt");
|
||||||
|
update_service("custom");
|
||||||
|
update_service("input");
|
||||||
break;
|
break;
|
||||||
case 'reset':
|
case 'reset':
|
||||||
$files = glob('/var/www/encoder/*.json');
|
$files = glob('/var/www/encoder/*.json');
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue