docs(config): add mediasoup SFU env vars and simulator behavior notes

This commit is contained in:
2026-02-13 16:50:00 +00:00
parent 53b040a7f0
commit 134ee0af65
2 changed files with 13 additions and 4 deletions

View File

@@ -12,10 +12,15 @@ MINIO_BUCKET=videos
MINIO_REGION=us-east-1
MINIO_PRESIGNED_EXPIRY_SECONDS=600
MEDIA_MODE=legacy
MEDIA_SFU_ENGINE=mediasoup
MEDIA_PROVIDER=mock
TURN_URLS=
TURN_USERNAME=
TURN_CREDENTIAL=
MEDIA_WEBRTC_LISTEN_IP=0.0.0.0
MEDIA_WEBRTC_ANNOUNCED_IP=
MEDIA_RTC_MIN_PORT=40000
MEDIA_RTC_MAX_PORT=49999
MEDIA_RECORDINGS_DIR=media-recordings
MEDIA_MAX_PUBLISHERS=4
MEDIA_MAX_SUBSCRIBERS_PER_ROOM=12