Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 

29 lignes
904 B

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