openvidu-server: Add Simulcast Publisher config

Also add setting to the .env file for PRO deployments (which can be
converted into ENTERPRISE, using mediasoup)
pull/690/head
Juan Navarro 2022-01-28 14:59:24 +01:00
parent eddf86f430
commit 10f0961757
1 changed files with 10 additions and 0 deletions

View File

@ -255,6 +255,16 @@ OPENVIDU_STREAMS_VIDEO_MIN_SEND_BANDWIDTH=300
# Default value is false # Default value is false
# OPENVIDU_STREAMS_ALLOW_TRANSCODING=false # OPENVIDU_STREAMS_ALLOW_TRANSCODING=false
# Use Simulcast video on WebRTC Publishers.
# Senders will encode duplicate video streams with different qualities,
# so the media server is able to select the most appropriate quality stream
# for each Subscriber.
# This setting is honored only if OpenVidu Server was configured to use the
# mediasoup media server. Otherwise, Simulcast will be disabled.
# Values: true | false
# Default: false
#OPENVIDU_WEBRTC_SIMULCAST=false
# Send openvidu-browser logs of clients to Elasticsearch # Send openvidu-browser logs of clients to Elasticsearch
# Possible values: # Possible values:
# - disabled: Don't send logs. (default) # - disabled: Don't send logs. (default)