mirror of
git://f0xx.org/android_cast
synced 2026-07-29 04:18:09 +03:00
885 B
885 B
SFU relay (Janus-class) — hidden preview
Not in alpha. Implementation branch: feature/sfu-relay. User-visible UI remains off until owner spec is merged.
Layout
| Path | Role |
|---|---|
examples/sfu/README.md |
This file |
backend/public/api/sfu_health.php |
Health stub (enabled: false) |
config.example.php → sfu |
BE feature gate |
app/.../sfu/SfuRelayGate.java |
Compile-time preview gate |
Next steps (when spec lands)
- Signaling API + room lifecycle tied to cast session IDs / RBAC.
- Janus or mediasoup on dedicated port (see INFRA — not androidcast
:80vhost). - Android: enable
TRANSPORT_WEBRTCbehindSfuRelayGate+ dev setting only. - FE nginx: UDP/TCP ports + TLS for WebRTC (separate from hub/crashes).
See 20260608_BE_SERVICES_and_infra.md § Planned SFU.