Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
85 changes: 48 additions & 37 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ members = [
"rs/moq-net/fuzz",
"rs/moq-nvenc",
"rs/moq-relay",
"rs/moq-room",
"rs/moq-rtc",
"rs/moq-rtmp",
"rs/moq-srt",
Expand Down Expand Up @@ -51,6 +52,7 @@ default-members = [
"rs/moq-native",
"rs/moq-nvenc",
"rs/moq-relay",
"rs/moq-room",
"rs/moq-rtc",
"rs/moq-rtmp",
"rs/moq-srt",
Expand Down
23 changes: 23 additions & 0 deletions bun.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions demo/web/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ Run `just web` (or `bun --bun vite` from this directory) and open the pages:

- `watch.html` - Watch inspector: one tile per live broadcast discovered under a prefix, click to make a tile active (audio + a live stats panel for video/audio/network and a custom `meta.json` metadata track).
- `publish.html` - Publish from a camera/screen/file, plus an editor for the custom `meta.json` metadata track.
- `meet.html` - Conferencing: a room is a path prefix, participants publish `{identity}/camera` and `{identity}/screen`, discovered from the announce stream. Open the same room in two tabs.
- `stats.html` - Relay stats dashboard: auto-discovers every node publishing `.stats` and aggregates external vs. cluster traffic. Needs `[stats] enabled = true` on the relay (the demo configs already set it).

# License
Expand Down
1 change: 1 addition & 0 deletions demo/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"@moq/hang": "workspace:^",
"@moq/json": "workspace:^",
"@moq/publish": "workspace:^",
"@moq/room": "workspace:^",
"@moq/watch": "workspace:^"
},
"//devDependencies": "These are only needed for local development with workspace packages. They are NOT needed when using the published npm packages.",
Expand Down
Loading
Loading