Skip to content

Commit

Permalink
Edit Kubernetes configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd committed Jun 27, 2024
1 parent c2de40e commit 7685fe8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions egl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,18 @@ spec:
value: "nvh264enc"
- name: SELKIES_ENABLE_RESIZE
value: "false"
# Enable if network conditions rapidly fluctuate
# Initial video bitrate in kilobits per second, may be changed later within web interface
- name: SELKIES_VIDEO_BITRATE
value: "8000"
# Initial frames per second, may be changed later within web interface
- name: SELKIES_FRAMERATE
value: "60"
# Initial audio bitrate in bits per second, may be changed later within web interface
- name: SELKIES_AUDIO_BITRATE
value: "128000"
# Uncomment if network conditions rapidly fluctuate
# - name: SELKIES_CONGESTION_CONTROL
# value: "false"
# value: "true"
# Enable basic authentication with the web interface
- name: SELKIES_ENABLE_BASIC_AUTH
value: "true"
Expand Down

0 comments on commit 7685fe8

Please sign in to comment.