Monitor anything
RTMP, SRT, RTSP, HLS/DASH, NDI 6, OMT, SMPTE ST 2110/2022, SDI/HDMI & USB capture — with per-stream health scoring and video scopes.
One software matrix for video and audio — plus a plugin-extensible production toolkit. Desktop to phone.
01 // THE SUITE
STREAMSCOPE//STUDIO is a software-defined N×M routing matrix and full production toolkit — one app in place of racks of routers, converters, multiviewers and tally hardware. Stream//Scope turns any Android device into a broadcast monitor, analyzer and protocol converter. Scan a QR code and the phone becomes the Studio's wireless control surface — take routes, drive PTZ, watch tally, live over WebSocket. And both halves are one extensible platform: drop in Lua & Python plugins, drive everything from a WebSocket/REST control API.
ILLUSTRATIVE UI — REAL PRODUCT SCREENSHOTS IN THE BETA DECK
02 // PROTOCOL UNIVERSE
Any input, any output, any direction — simultaneously. Hardware converter boxes do one hop; the matrix does them all.
* DANTE/AES67 + DECKLINK/AJA: PHASE-2 HARDWARE INTEGRATIONS — ONE REASON WE'RE RAISING
03 // STREAM//SCOPE — ANDROID v2.3.1
The Swiss-army knife a broadcast engineer, streamer, VJ or AV tech actually carries — monitor, signal analyzer, protocol converter, timecode bench, network scanner and wireless Studio remote in a single app. Shipping today via self-hosted OTA.
RTMP, SRT, RTSP, HLS/DASH, NDI 6, OMT, SMPTE ST 2110/2022, SDI/HDMI & USB capture — with per-stream health scoring and video scopes.
Transmit camera, screen or test patterns out to NDI, OMT and SMPTE — multicast + PTP configured from the phone. Genlock and VITC/LTC write on SDI out.
NDI/OMT/SRT/RTMP/SMPTE in any direction — 25 relay modes. The phone literally converts broadcast protocols live.
2×2 and 3×3 grids mixing NDI, OMT, SMPTE, SDI, USB, stream and DJ sources with per-cell bandwidth optimization.
CDJ/XDJ/DJM & rekordbox: live track metadata, colored waveforms, beat grid, BPM/pitch, on-air per deck. Denon Prime monitoring too.
6 timecode sources including true audio-LTC decode from mic/jack/USB, all pro frame rates, DF/NDF — plus a biphase-mark LTC generator.
OSC and MIDI testers, a bidirectional MIDI↔OSC converter, and an Art-Net/DMX monitor across 64 universes.
Ping sweep, ARP, reverse DNS, 24 broadcast ports, 150+ OUI vendors — it names the Blackmagic, Dante and NDI gear on your LAN.
Pair by QR + 6-digit code: native Take/PTZ/tally/status screens plus the full Studio WebUI embedded, theme-synced to the operator.
04 // STREAMSCOPE//STUDIO — LINUX & WINDOWS v0.4.0
One application instead of router + converter + multiviewer + tally rack — and a whole production toolkit on top: any-to-any routing with 1→N fan-out, glitch-free hot switching, undo/redo, and routing lock with per-user attribution.
NDI, OMT, SRT (caller/listener/rendezvous, AES), RTMP/S, RTSP, HLS/DASH, ST 2110-20, ST 2022-6+FEC, MPEG-TS, RTP, WebRTC, USB, screen, generators, recorders.
Scale to 8K, frame-rate conversion, deinterlace, BT.601/709/2020, HDR→SDR tone mapping, 3D LUT (.cube) grading, overlay burn-in.
Independent channel-level audio crosspoints, real peak/RMS/dBFS metering, mix-minus.
Auto-follow tally with NDI propagation; health-watchdog failover with auto-revert.
VISCA-over-IP + NDI PTZ with a preset library — from desktop, WebUI, or the phone's joystick.
1×1→4×4 virtual multi-view with tally borders, routable to any protocol; waveform, vectorscope, histogram, focus peaking.
Art-Net + sACN in/out, DMX scene engine with crossfades, MIDI/OSC surfaces with learn mode, cue sequencer, Pro DJ Link discovery.
bcrypt auth with viewer/operator/admin roles, Prometheus /metrics, JSON logging, S3/WebDAV/SFTP backup, Slack/email/webhook alerts, Lua + Python plugins.
Three synced control surfaces — native desktop app, feature-parity WebUI, and the paired phone — sharing one live-synced theme system. Runs on an i7 mini-PC or a dual-EPYC broadcast server with 100 GbE and PTP grandmaster sync.
* ASR CAPTIONS · GRANDMA2 LUA · STAGELINQ ARE IN ACTIVE BETA
05 // THE PLATFORM
STREAMSCOPE isn't a closed box — it's a platform. Every part of the signal path is a documented extension point: script it, drive it from your own code, drop in a file and it's live. Write once against the shared control bus and your extension runs across desktop, WebUI and the paired phone.
Script routing, processing and automation in embedded Lua — react to tally, sequence cues, glue the matrix to anything on your network.
Full-fat Python 3 with the stdlib at your disposal. Reach out to APIs, databases, ML models — then feed results straight back into the show.
The whole control surface is an API. Take routes, drive PTZ, read tally and health, subscribe to live state — build your own panel or bot against it.
Fire Slack, email or arbitrary webhook actions on any event — signal loss, failover, route change, health drop. Ops that page themselves.
Map any hardware surface or app to any control with learn mode. A cheap MIDI pad becomes a broadcast take panel in seconds.
Drop a .cube file into a route and the grade is live — BT.601/709/2020 management and HDR→SDR tone mapping built in.
Layered, animated pattern generators with safe zones and motion — author venue slates and alignment charts, save them, route them anywhere.
Reskin the entire suite with theme presets that sync across desktop, WebUI and the operator's phone in real time — brand it, drop it in.
New I/O plugs into the same adapter state machine every built-in protocol uses — the seam where Phase-2 hardware partners (DeckLink, AJA, Dante) land.
Point config and recordings at S3, WebDAV or SFTP — swap the destination, the pipeline doesn't care.
$ ls plugins/
lua/ auto-record-on-tally.lua failover-to-slate.lua grandma2-cue-bridge.lua
python/ discord-alert.py obs-scene-sync.py sheet-as-run-log.py
luts/ rec709-to-hlg.cube film-warm.cube
patterns/ venue-holdslate.pat align-4k.pat
themes/ midnight.theme crimson.theme
$ streamscope --load plugins/ ......... ● 6 PLUGINS ACTIVE // API :9800
ILLUSTRATIVE — FULL PLUGIN SDK + API REFERENCE SHIP WITH THE BETA
06 // UNDER THE HOOD
$ streamscope --credentials
PIPELINE native C++17 / JNI ......... ~5 ms 1080p UYVY conversion
SYNC SMPTE ST 2110 .............. PTP-locked, FEC protected
TIMECODE SMPTE 12M .................. real LTC decode + generate
SECURITY bcrypt auth ................ viewer / operator / admin
TELEMETRY Prometheus /metrics ........ structured JSON logging
UPDATES self-hosted OTA ............ SHA-256 verified APKs
SURFACES desktop + web + mobile ..... one live-synced theme bus
CONTROL WebSocket + REST API ....... token auth, live state sync
EXTEND Lua + Python 3 plugins ..... drop-in SDK, hot-loaded
STATUS shipping today ............. ● OPERATIONAL
07 // THE 5-YEAR ARC
Every step below extends code that already runs today — discovery, tally, health-scoring, pairing and theming were built device-agnostic. Faster networks and Android moving into glasses aren't threats to this product. They're its tailwind.
Public beta. Harden the routing core, land real DeckLink/AJA/Dante integrations, first paid licenses to streamers, houses of worship, clubs and small facilities. Play Store release follows the OTA channel.
Studio replaces dedicated router + converter + multiviewer + tally hardware in mid-size facilities. Cloud-relay nodes bridge venue↔cloud↔CDN over SRT/WebRTC. NDI 6 HDR and 10-bit pipelines go production.
Android XR glasses ship with Android built in. Stream//Scope's Kotlin/Compose codebase ports largely as-is. Camera ops see tally and return feeds in their eyeline; engineers see per-device health drawn over real gear — the app already fingerprints every device on the LAN.
Multi-view on glasses; PTZ by gaze + joystick; timecode and meters pinned in peripheral vision; the matrix operated glance-and-tap. 5G-Advanced and Wi-Fi 7/8 make SRT-grade contribution from anywhere routine.
Clustered Studio nodes as facility infrastructure — the Prometheus/auth/backup/plugin foundations are already built for it. AI-assisted routing, auto-captioning, spatial monitoring. One volunteer with a phone to a broadcast truck: same software.
08 // WHO IT'S FOR
09 // GET INVOLVED
Beta testers: real venues, real hardware, real shows. Investors: SDK licensing, hardware integrations, team scale-up. Tell us which you are.