Skip to content

Commit 2c67d73

Browse files
Merge pull request #214 from exetico/patch-1
Adding note about `sink` in pipewire
2 parents fbc3735 + fea650f commit 2c67d73

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@ It's necessary to allow Sunshine to use KMS
7979
- `groups $USER`
8080

8181
- If Sunshine sends audio from the microphone instead of the speaker, try the following steps:
82-
1. `$ pacmd list-sources | grep "name:"` or `$ pactl info | grep Source` if running pipewire.
82+
1. Check whether you're using Pulseaudio or Pipewire
83+
- Pulseaudio: Use `pacmd list-sources | grep "name:"`
84+
- Pipewire: 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.
8385
2. Copy the name to the configuration option "audio_sink"
84-
3. restart sunshine
86+
3. Restart sunshine
8587

8688
- If you get "Error: Failed to create client: Daemon not running", ensure that your avahi-daemon is running:
8789
- `systemctl status avahi-daemon`

0 commit comments

Comments
 (0)