|
- NODE_ENV=production
- LISTEN_IP=0.0.0.0
- PORT=4443
-
- PUBLIC_BASE_URL=https://oa.live.educlouddata.com/ws_webrtc_sfu_api_test
- AUTH_ENABLED=false
-
- # Test/live environment: keep one worker first so logs and diagnosis are simple.
- MEDIASOUP_WORKERS=1
- MEDIASOUP_LOG_LEVEL=warn
- MEDIASOUP_LOG_TAGS=info,ice,dtls,rtp,rtcp,bwe,score,simulcast,sctp
-
- MEDIASOUP_LISTEN_IP=0.0.0.0
-
- # Use the public address that browser ICE candidates can reach.
- # If oa.live.educlouddata.com is not the public address of this SFU host, replace it with the SFU server public IP.
- MEDIASOUP_ANNOUNCED_ADDRESS=oa.live.educlouddata.com
-
- # Smaller range for first live test. Open both UDP and TCP on firewall/security group.
- MEDIASOUP_RTC_MIN_PORT=40000
- MEDIASOUP_RTC_MAX_PORT=40100
-
- MEDIASOUP_ENABLE_UDP=true
- MEDIASOUP_ENABLE_TCP=true
- MEDIASOUP_PREFER_UDP=true
- MEDIASOUP_INITIAL_AVAILABLE_OUTGOING_BITRATE=1000000
-
- ROOM_IDLE_TIMEOUT_MS=300000
|