Provide option to select the source for audio on Linux
This commit is contained in:
parent
29098a8f1d
commit
15dd6b3cd0
5 changed files with 30 additions and 2 deletions
|
|
@ -75,6 +75,10 @@ Trouleshooting:
|
|||
* If you get "Could not create Sunshine Gamepad: Permission Denied" Try the following steps before running sunshine:
|
||||
* sudo chown root:input /dev/uinput
|
||||
* sudo chmod 660 /dev/uinput
|
||||
* If Sunshine sends audio from the microphone instead of the speaker, try the following steps:
|
||||
* pacmd list-sources | grep "name:"
|
||||
* Copy the name to the configuration option "audio_sink"
|
||||
* restart sunshine
|
||||
|
||||
When an application is started, if there is an application already running, it will be terminated.
|
||||
When the application has been shutdown, the stream shuts down as well.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue