Streaming Plan: Phase 1 (SRT + WebRTC via Cloudflare) + Phase 2 (Self-Hosted Muxer)#1982
Draft
Streaming Plan: Phase 1 (SRT + WebRTC via Cloudflare) + Phase 2 (Self-Hosted Muxer)#1982
Conversation
📋 PR Review Helper📱 Mobile App Build⏳ Waiting for build... 🕶️ ASG Client Build⏳ Waiting for build... 🔀 Test Locallygh pr checkout 1982 |
Open
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Deploying mentra-live-ota-site with
|
| Latest commit: |
9ebdb1b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://021c5bc4.mentra-live-ota-site.pages.dev |
| Branch Preview URL: | https://use-webrtc-for-mux.mentra-live-ota-site.pages.dev |
Deploying mentra-store-dev with
|
| Latest commit: |
9ebdb1b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://58b2dccd.augmentos-appstore-2.pages.dev |
| Branch Preview URL: | https://use-webrtc-for-mux.augmentos-appstore-2.pages.dev |
Deploying dev-augmentos-console with
|
| Latest commit: |
9ebdb1b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://bc967d10.dev-augmentos-console.pages.dev |
| Branch Preview URL: | https://use-webrtc-for-mux.dev-augmentos-console.pages.dev |
Deploying prod-augmentos-account with
|
| Latest commit: |
9ebdb1b
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://d543fda1.augmentos-e84.pages.dev |
| Branch Preview URL: | https://use-webrtc-for-mux.augmentos-e84.pages.dev |
Split streaming plan into two phases: - Phase 1: Fix livestreaming reliability by switching RTMP to SRT ingest (Cloudflare already supports it), and add WebRTC WHIP/WHEP streaming for miniapps via Cloudflare - Phase 2: Self-hosted Mentra Stream Muxer (existing plan, unchanged) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Restructures the streaming plan into a two-phase approach:
Phase 1: Fix Livestreaming + Add WebRTC for Miniapps (Cloudflare)
No new infrastructure needed. Two independent workstreams:
CameraSrtLiveStreamer. Cloudflare continues to handle RTMP rebroadcast to Twitch/YouTube.Phase 2: Self-Hosted Mentra Stream Muxer (unchanged)
The existing self-hosted MediaMTX-based plan for full control, China support, fallback frames, re-encoding, etc. No changes to this section.
Key files
cloud/mentra-stream-muxer/PLANNING.md— the full plan🤖 Generated with Claude Code