diff --git a/src_assets/common/assets/web/config.html b/src_assets/common/assets/web/config.html index 5b7b6a90..3889eced 100644 --- a/src_assets/common/assets/web/config.html +++ b/src_assets/common/assets/web/config.html @@ -452,10 +452,10 @@ v-model="config.audio_sink" />
- The name of the audio sink used for audio capture. If not set, the default audio device will be used.
- You can find the name of the audio sink using the following command:
+ Manually specify a specific audio device to capture. If unset, the device is chosen automatically.
+ We strongly recommend leaving this field blank to use automatic device selection!
+ If you have multiple audio devices with identical names, you can get the Device ID using the following command:
tools\audio-info.exe
- If you have multiple audio devices with identical names, use the Device ID instead.
@@ -511,8 +511,8 @@ v-model="config.virtual_sink" />
- The virtual sink is an audio device that's virtual (like Steam Streaming Speakers). It allows Sunshine to - stream audio, while muting the host PC speakers. + Manually specify a virtual audio device to use. If unset, the device is chosen automatically.
+ We strongly recommend leaving this field blank to use automatic device selection!
@@ -538,7 +538,8 @@ v-model="config.adapter_name" />
- You can select the GPU you want to stream:
+ Manually specify a GPU to use for capture. If unset, the GPU is chosen automatically.
+ We strongly recommend leaving this field blank to use automatic GPU selection!
Note: This GPU must have a display connected and powered on.
The appropriate values can be found using the following command:
tools\dxgi-info.exe
@@ -555,7 +556,7 @@ v-model="config.output_name" />
- You can select the display you want to stream:
+ Manually specify a display to use for capture. If unset, the primary display is captured.
Note: If you specified a GPU above, this display must be connected to that GPU.
The appropriate values can be found using the following command:
tools\dxgi-info.exe