+ Assign higher QP values to flat regions of the video.
+ Recommended to enable when streaming at lower bitrates.
+
+
+
+
+
+
+
+
+ By default sunshine uses single-frame
+ VBV/HRD,
+ which means any encoded video frame size is not expected to exceed requested bitrate divided by requested frame
+ rate.
+ Relaxing this restriction can be beneficial and act as low-latency variable bitrate,
+ but may also lead to packet loss if the network doesn't have buffer headroom to handle bitrate spikes.
+ Maximum accepted value is 400, which corresponds to 5x increased encoded video frame upper size limit.
+
+
+
@@ -918,6 +947,36 @@
+
+
+
+
+
+ Adaptive P-State algorithm which NVIDIA drivers employ doesn't work well with low latency streaming, so
+ sunshine requests high power mode explicitly.
+ Disabling it is not recommended since this can lead to
+ significantly increased encoding latency.
+
+
+
+
+
+
+
+
+ Sunshine can't capture fullscreen OpenGL and Vulkan programs at full frame rate unless they present on top
+ of DXGI.
+ This is system-wide setting that is reverted on sunshine program exit.
+