feat: add min_fps_target setting (#1043)
This commit is contained in:
parent
d6dd1ab42b
commit
722e5600c6
8 changed files with 44 additions and 3 deletions
|
|
@ -697,6 +697,26 @@ keybindings
|
|||
|
||||
fps = [10, 30, 60, 90, 120]
|
||||
|
||||
min_fps_factor <https://localhost:47990/config/#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**
|
||||
``1``
|
||||
|
||||
**Range**
|
||||
``1-3``
|
||||
|
||||
**Example**
|
||||
.. code-block:: text
|
||||
|
||||
min_fps_factor = 1
|
||||
|
||||
`Network <https://localhost:47990/config/#network>`__
|
||||
-----------------------------------------------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue