File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
root/etc/s6-overlay/s6-rc.d/init-selkies-config Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 63
63
printf "${GST_DEBUG:-*:1}" > /run/s6/container_environment/GST_DEBUG
64
64
printf "${SELKIES_VIDEO_BITRATE:-16000}" > /run/s6/container_environment/SELKIES_VIDEO_BITRATE
65
65
printf "${SELKIES_ENCODER:-x264enc-striped}" > /run/s6/container_environment/SELKIES_ENCODER
66
- printf "${SELKIES_FRAMERATE:-30 }" > /run/s6/container_environment/SELKIES_FRAMERATE
66
+ printf "${SELKIES_FRAMERATE:-60 }" > /run/s6/container_environment/SELKIES_FRAMERATE
67
67
printf "${SELKIES_AUDIO_BITRATE:-320000}" > /run/s6/container_environment/SELKIES_AUDIO_BITRATE
68
68
printf "${SELKIES_ENABLE_RESIZE:-true}" > /run/s6/container_environment/SELKIES_ENABLE_RESIZE
69
69
printf "${DISPLAY_SIZEW:-1024}" > /run/s6/container_environment/DISPLAY_SIZEW
You can’t perform that action at this time.
0 commit comments