feat(media): deploy Element Call fork + optimize LiveKit quality

- Deploy self-hosted Element Call at call.sunbeam.pt with SSO login
- LiveKit: VP9 > AV1 > H.264 codec preferences, Opus stereo
- LiveKit: congestion_control.allow_pause=false, larger NACK buffers
- LiveKit: resources bumped to 2Gi/4CPU for VP9 SVC
- Proxy: add call.* route, TLS cert SAN for call.sunbeam.pt
This commit is contained in:
2026-03-26 09:38:53 +00:00
parent a912331f97
commit 632099893a
5 changed files with 131 additions and 10 deletions

View File

@@ -8,6 +8,7 @@ resources:
- vault-secrets.yaml
- livekit-alertrules.yaml
- lk-jwt-service.yaml
- element-call.yaml
# livekit-servicemonitor.yaml disabled — LiveKit runs on hostNetwork and port 6789
# is not reachable from Prometheus due to host firewall. Open port 6789 on the host
# or add an iptables rule, then re-enable.