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.
 
 
 
 

42 lignes
1.1 KiB

  1. NODE_ENV=production
  2. LISTEN_IP=0.0.0.0
  3. PORT=4443
  4. AUTH_ENABLED=false
  5. MEDIASOUP_WORKERS=1
  6. MEDIASOUP_LOG_LEVEL=warn
  7. MEDIASOUP_LOG_TAGS=info,ice,dtls,rtp,rtcp,bwe,score,simulcast,sctp
  8. MEDIASOUP_LISTEN_IP=0.0.0.0
  9. # production: oa.qbjjyyun.net
  10. PUBLIC_BASE_URL=https://oa.qbjjyyun.net/ws_webrtc_sfu_api
  11. MEDIASOUP_ANNOUNCED_ADDRESS=oa.qbjjyyun.net
  12. # cszxy: oa.educlouddata.com
  13. # PUBLIC_BASE_URL=https://oa.educlouddata.com/ws_webrtc_sfu_api
  14. # MEDIASOUP_ANNOUNCED_ADDRESS=oa.educlouddata.com
  15. # jpggx: oa.61gx.com
  16. # PUBLIC_BASE_URL=https://oa.61gx.com/ws_webrtc_sfu_api
  17. # MEDIASOUP_ANNOUNCED_ADDRESS=oa.61gx.com
  18. # nanping: oa.npzx.org.cn
  19. # PUBLIC_BASE_URL=https://oa.npzx.org.cn/ws_webrtc_sfu_api
  20. # MEDIASOUP_ANNOUNCED_ADDRESS=oa.npzx.org.cn
  21. # live/test: oa.live.educlouddata.com
  22. # PUBLIC_BASE_URL=https://oa.live.educlouddata.com/ws_webrtc_sfu_api_test
  23. # MEDIASOUP_ANNOUNCED_ADDRESS=oa.live.educlouddata.com
  24. MEDIASOUP_RTC_MIN_PORT=40000
  25. MEDIASOUP_RTC_MAX_PORT=40100
  26. MEDIASOUP_ENABLE_UDP=true
  27. MEDIASOUP_ENABLE_TCP=true
  28. MEDIASOUP_PREFER_UDP=true
  29. MEDIASOUP_INITIAL_AVAILABLE_OUTGOING_BITRATE=1000000
  30. ROOM_IDLE_TIMEOUT_MS=300000