feat: allow setting videojs max buffer length via config.yml (#5876)

This commit is contained in:
Fijxu
2026-08-03 15:52:50 -04:00
committed by GitHub
parent b4b6e992fc
commit cb88a805e5
5 changed files with 57 additions and 0 deletions

View File

@@ -593,6 +593,27 @@ hmac_key: "CHANGE_ME!!"
## browser's cookies).
##
#########################################
#
# VideoJS Settings
#
#########################################
videojs:
## Change goal buffer length
##
## Accepted values: a positive integer OR null
## Default: 30
##
goal_buffer_length: 30
## Change max goal buffer length
##
## Accepted values: a positive integer OR null
## Default: 60
##
max_goal_buffer_length: 60
default_user_preferences:
# -----------------------------