diff --git a/docs/configuration.md b/docs/configuration.md index 9a08d0c2bd3..2b503e92658 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1154,14 +1154,15 @@ editing the `conf` file in a text editor. Use the examples as reference. -### dd_wa_hdr_toggle +### dd_wa_hdr_toggle_delay
Description |
- When using virtual display device as for streaming, it might display incorrect (high-contrast) color.
- With this option enabled, Sunshine will try to mitigate this issue.
+ When using virtual display device (VDD) for streaming, it might incorrectly display HDR color. Sunshine can try to mitigate this issue, by turning HDR off and then on again. + If the value is set to 0, the workaround is disabled (default). If the value is between 0 and 3000 milliseconds, Sunshine will turn off HDR, wait for the specified amount of time and then turn HDR on again. The recommended delay time is around 500 milliseconds in most cases. + DO NOT use this workaround unless you actually have issues with HDR as it directly impacts stream start time! @note{This option works independently of [dd_hdr_option](#dd_hdr_option)} @note{Applies to Windows only.} |
@@ -1169,13 +1170,13 @@ editing the `conf` file in a text editor. Use the examples as reference.
|
Default | @code{} - disabled + 0 @endcode | |
Example | @code{} - dd_wa_hdr_toggle = enabled + dd_wa_hdr_toggle_delay = 500 @endcode |