Skip to content

Standalone MoQ audio/video test harness — SolidJS + @moq/* primitives

Notifications You must be signed in to change notification settings

skaptox/moq-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoQ Test Harness

Standalone test app for debugging MoQ (Media over QUIC) audio/video streaming. Connects to the public MoQ CDN relay — no auth required.

Run

bun install
bun dev

Opens on http://localhost:3001.

Test

  1. Open two browser tabs to http://localhost:3001
  2. Both tabs should show the same stream name (auto-generated, persisted in localStorage)
  3. Click Join on both tabs
  4. Enable Mic and Spkr on both tabs
  5. Speak — check the RMS meters and event log for audio activity

To share a specific room, use the URL: http://localhost:3001/my-room-name

CDN

Hardcoded to usc.cdn.moq.dev (US Central node). The MoQ CDN also has euc.cdn.moq.dev (Europe) and sea.cdn.moq.dev (Asia) — change in src/TestCall.tsx if needed.

Stack

  • SolidJS 1.9 + @solidjs/router
  • @moq/lite, @moq/publish, @moq/watch, @moq/signals
  • RSBuild with SWC loader for @moq/* packages
  • Tailwind 4 + DaisyUI 5

About

Standalone MoQ audio/video test harness — SolidJS + @moq/* primitives

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages