Skip to content

Commit

Permalink
openvidu-server: Add Simulcast Publisher config
Browse files Browse the repository at this point in the history
Also add setting to the .env file for PRO deployments (which can be
converted into ENTERPRISE, using mediasoup)
  • Loading branch information
j1elo committed Jan 28, 2022
1 parent eddf86f commit 10f0961
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,16 @@ OPENVIDU_STREAMS_VIDEO_MIN_SEND_BANDWIDTH=300
# Default value is 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
# Possible values:
# - disabled: Don't send logs. (default)
Expand Down

0 comments on commit 10f0961

Please sign in to comment.