experimental AudioProxy

This commit is contained in:
zefie
2026-04-30 00:59:29 -04:00
parent d3ffd6c678
commit 1dfcf710ff
4 changed files with 239 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
class WTVHTTP {
constructor(...[minisrv_config, service_name, wtvshared, sendToClient, http]) {
constructor(...[minisrv_config, service_name, wtvshared, sendToClient, net, http]) {
this.minisrv_config = minisrv_config;
this.service_name = service_name;
this.wtvshared = wtvshared;