From f57df65c4b1ba4d40c28dcf46f99d2ac05f8aed8 Mon Sep 17 00:00:00 2001 From: Steve Seguin Date: Wed, 23 Jun 2021 01:40:20 -0400 Subject: [PATCH] fixed bug with pie / socket server --- examples/changepass.html | 25 + examples/dual.html | 331 + examples/mini.css | 3 + examples/status.html | 172 + examples/webhid.html | 133 + examples/zoom.html | 182 + index.html | 6 +- lib.js | 134 +- main.css | 3 - main.js | 12 +- thirdparty/ffmpeg.min.js | 5 + thirdparty/tfjs/face-landmarks-detection.js | 1497 + thirdparty/tfjs/tf-backend-webgl.js | 16300 +++++++++++ thirdparty/tfjs/tf-backend-webgl.js.map | 1 + thirdparty/tfjs/tf-converter.js | 8058 +++++ thirdparty/tfjs/tf-converter.js.map | 1 + thirdparty/tfjs/tf-core.js | 27681 ++++++++++++++++++ thirdparty/tfjs/tf-core.js.map | 1 + webrtc.js | 2 +- 19 files changed, 54502 insertions(+), 45 deletions(-) create mode 100644 examples/changepass.html create mode 100644 examples/dual.html create mode 100644 examples/mini.css create mode 100644 examples/status.html create mode 100644 examples/webhid.html create mode 100644 examples/zoom.html create mode 100644 thirdparty/ffmpeg.min.js create mode 100644 thirdparty/tfjs/face-landmarks-detection.js create mode 100644 thirdparty/tfjs/tf-backend-webgl.js create mode 100644 thirdparty/tfjs/tf-backend-webgl.js.map create mode 100644 thirdparty/tfjs/tf-converter.js create mode 100644 thirdparty/tfjs/tf-converter.js.map create mode 100644 thirdparty/tfjs/tf-core.js create mode 100644 thirdparty/tfjs/tf-core.js.map diff --git a/examples/changepass.html b/examples/changepass.html new file mode 100644 index 0000000..097f777 --- /dev/null +++ b/examples/changepass.html @@ -0,0 +1,25 @@ + \ No newline at end of file diff --git a/examples/dual.html b/examples/dual.html new file mode 100644 index 0000000..d968048 --- /dev/null +++ b/examples/dual.html @@ -0,0 +1,331 @@ + +Dual Input + + + + + + +You can drag and resize the generated windows; multiple can be created. + +
+ + + + \ No newline at end of file diff --git a/examples/mini.css b/examples/mini.css new file mode 100644 index 0000000..6a4100f --- /dev/null +++ b/examples/mini.css @@ -0,0 +1,3 @@ +.tile { + max-width:200px !important; +} \ No newline at end of file diff --git a/examples/status.html b/examples/status.html new file mode 100644 index 0000000..e9eb89d --- /dev/null +++ b/examples/status.html @@ -0,0 +1,172 @@ + + + + + OBSN Chat Overlay + + + + + + + + + diff --git a/examples/webhid.html b/examples/webhid.html new file mode 100644 index 0000000..9bda785 --- /dev/null +++ b/examples/webhid.html @@ -0,0 +1,133 @@ + + + + + WebHID Demo + + + +

STREAMDECK DEMO

+
+ + +
+
+ + + + + diff --git a/examples/zoom.html b/examples/zoom.html new file mode 100644 index 0000000..8c8969a --- /dev/null +++ b/examples/zoom.html @@ -0,0 +1,182 @@ + + + + + + +
+
+ +
+
+ +
+
+ + + + + + + + + + + + + + diff --git a/index.html b/index.html index a7985c4..24d779a 100644 --- a/index.html +++ b/index.html @@ -68,7 +68,7 @@ - +
@@ -1338,7 +1340,7 @@ +