Adding note about sink in pipewire
Also, splitting it up to two points, so it's a bit easier to read.
This commit is contained in:
committed by
GitHub
parent
fbc3735f44
commit
35e0497f86
@@ -79,9 +79,11 @@ It's necessary to allow Sunshine to use KMS
|
|||||||
- `groups $USER`
|
- `groups $USER`
|
||||||
|
|
||||||
- If Sunshine sends audio from the microphone instead of the speaker, try the following steps:
|
- If Sunshine sends audio from the microphone instead of the speaker, try the following steps:
|
||||||
1. `$ pacmd list-sources | grep "name:"` or `$ pactl info | grep Source` if running pipewire.
|
1. Check whether you're using Pulseaudio or Pipewire
|
||||||
|
- Pulseaudio: Use `pacmd list-sources | grep "name:"`
|
||||||
|
- ipewire: Use `pactl info | grep Source`. In some causes you'd need to use the `sink` device. Try `pactl info | grep Sink`, if _Source_ doesn't work.
|
||||||
2. Copy the name to the configuration option "audio_sink"
|
2. Copy the name to the configuration option "audio_sink"
|
||||||
3. restart sunshine
|
3. Restart sunshine
|
||||||
|
|
||||||
- If you get "Error: Failed to create client: Daemon not running", ensure that your avahi-daemon is running:
|
- If you get "Error: Failed to create client: Daemon not running", ensure that your avahi-daemon is running:
|
||||||
- `systemctl status avahi-daemon`
|
- `systemctl status avahi-daemon`
|
||||||
|
|||||||
Reference in New Issue
Block a user