From 27f71c389518ab83ade959be94a3293736667454 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Fri, 27 Jun 2025 18:17:15 -0400 Subject: [PATCH] fix(video): base min frame time strictly on client framerate (#3844) --- docs/configuration.md | 29 ------------------- src/config.cpp | 2 -- src/config.h | 1 - src/video.cpp | 6 ++-- src_assets/common/assets/web/config.html | 1 - .../tabs/audiovideo/DisplayModesSettings.vue | 7 ----- .../assets/web/public/assets/locale/en.json | 2 -- 7 files changed, 3 insertions(+), 45 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index ef248643..36237f0d 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1363,35 +1363,6 @@ editing the `conf` file in a text editor. Use the examples as reference. -### min_fps_factor - -
| Description | -- Sunshine will use this factor to calculate the minimum time between frames. Increasing this value may help - when streaming mostly static content. - @warning{Higher values will consume more bandwidth.} - | -|
| Default | -@code{} - 1 - @endcode | -|
| Range | -1-3 | -|
| Example | -@code{} - min_fps_factor = 1 - @endcode | -|