Skip to content

Commit 35e0497

Browse files
authored
Adding note about sink in pipewire
Also, splitting it up to two points, so it's a bit easier to read.
1 parent fbc3735 commit 35e0497

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+
- 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.
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)