From 972439bed615e3cface8ee5955dfd9467516d2e7 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Mon, 1 Jun 2026 14:41:29 -0400 Subject: [PATCH] zebra-report: zebra-spaces screen share via SFU --- zebra-report/zebra-spaces.html | 156 +++++++++++++++++++++++++++++++-- 1 file changed, 150 insertions(+), 6 deletions(-) diff --git a/zebra-report/zebra-spaces.html b/zebra-report/zebra-spaces.html index 68c7710..2a3acf6 100644 --- a/zebra-report/zebra-spaces.html +++ b/zebra-report/zebra-spaces.html @@ -56,6 +56,20 @@ * speaker) render their default ~300px control strip — they're just * sinks for the WebRTC track, no UI required */ audio { display: none; } + + /* screen-share thumbnails */ + #screens { display: grid; grid-template-columns: 1fr; gap: 0.75rem; } + .screen-tile { + border: 1px solid #000; background: #000; padding: 0; + display: flex; flex-direction: column; + } + .screen-tile video { + width: 100%; height: auto; max-height: 70vh; display: block; background: #000; + } + .screen-tile .screen-meta { + background: #111; color: #ddd; font-size: 0.7rem; padding: 0.3rem 0.5rem; + display: flex; justify-content: space-between; + } h1 { font-family: 'chunkfiveregular', serif; font-size: 3rem; font-weight: normal; letter-spacing: 0.02em; @@ -288,6 +302,21 @@
+ + + +