From 7685fe8f3a4e4f17c856f986e8dd8431c7869291 Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Thu, 27 Jun 2024 20:49:29 +0900 Subject: [PATCH] Edit Kubernetes configuration --- egl.yml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/egl.yml b/egl.yml index 9ff2c79..82a47a1 100644 --- a/egl.yml +++ b/egl.yml @@ -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"