From 80c332e5207c0f8ee2e18ab883333f9f1b26125b Mon Sep 17 00:00:00 2001 From: steveseguin Date: Sat, 25 May 2024 14:13:36 -0400 Subject: [PATCH] WHEP PATCH tweak; media to file recording fix --- examples/switchmics.html | 207 +++++++++++++++++++++++++++++++++++++ index.html | 8 +- lib.js | 190 +++++++++++++++++++++++----------- main.js | 50 +++++++-- media/logo.png | Bin 0 -> 25441 bytes media/overlay1.png | Bin 0 -> 164321 bytes media/overlay2.png | Bin 0 -> 16216 bytes mixer.html | 8 +- popout.html | 210 +++++++++++++++++++------------------- thirdparty/StreamSaver.js | 5 +- thirdparty/mitm.html | 7 +- webrtc.js | 2 +- 12 files changed, 508 insertions(+), 179 deletions(-) create mode 100644 examples/switchmics.html create mode 100644 media/logo.png create mode 100644 media/overlay1.png create mode 100644 media/overlay2.png diff --git a/examples/switchmics.html b/examples/switchmics.html new file mode 100644 index 0000000..ca958bb --- /dev/null +++ b/examples/switchmics.html @@ -0,0 +1,207 @@ + +Toggle Two Mutes Controller + + + + + + + + + + +
+

PTZ Remote Control interface

+
+
+ +
+ This app is a toggle between two different inputs +
+ + + \ No newline at end of file diff --git a/index.html b/index.html index 4a23a93..e8bcd50 100644 --- a/index.html +++ b/index.html @@ -92,7 +92,7 @@ - +