Adjust wording of the nvenc_latency_over_power option
This commit is contained in:
@@ -947,17 +947,15 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Prefer lower encoding latency over increased power consumption -->
|
<!-- Prefer lower encoding latency over power savings -->
|
||||||
<div class="mb-3" v-if="platform === 'windows'">
|
<div class="mb-3" v-if="platform === 'windows'">
|
||||||
<label for="nvenc_latency_over_power" class="form-label">Prefer lower encoding latency over increased power
|
<label for="nvenc_latency_over_power" class="form-label">Prefer lower encoding latency over power savings</label>
|
||||||
consumption</label>
|
|
||||||
<select id="nvenc_latency_over_power" class="form-select" v-model="config.nvenc_latency_over_power">
|
<select id="nvenc_latency_over_power" class="form-select" v-model="config.nvenc_latency_over_power">
|
||||||
<option value="disabled">Disabled</option>
|
<option value="disabled">Disabled</option>
|
||||||
<option value="enabled">Enabled (default)</option>
|
<option value="enabled">Enabled (default)</option>
|
||||||
</select>
|
</select>
|
||||||
<div class="form-text">
|
<div class="form-text">
|
||||||
Adaptive P-State algorithm which NVIDIA drivers employ doesn't work well with low latency streaming, so
|
Sunshine requests maximum GPU clock speed while streaming to reduce encoding latency.<br>
|
||||||
sunshine requests high power mode explicitly.<br>
|
|
||||||
Disabling it is not recommended since this can lead to
|
Disabling it is not recommended since this can lead to
|
||||||
<strong>significantly increased encoding latency</strong>.
|
<strong>significantly increased encoding latency</strong>.
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user