Created
July 7, 2023 22:19
-
-
Save akissu/63243a30d7bd5fd31f2ed6d4f6efad46 to your computer and use it in GitHub Desktop.
Pulse Audio Remote Server
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Open FW rules for the following | |
| # ss -tulpn | grep pulse | |
| tcp LISTEN 0 5 0.0.0.0:4713 0.0.0.0:* users:(("pulseaudio",pid=2962036,fd=37)) | |
| tcp LISTEN 0 5 [::]:4713 [::]:* users:(("pulseaudio",pid=2962036,fd=36)) | |
| # Starts listening on localhost for remote connections from other users | |
| `/etc/pulse/default.pa` | |
| load-module module-native-protocol-tcp auth-ip-acl=127.0.0.1 | |
| # For each user launching application, create/add to the Pulse client.conf | |
| `/home/USER/.pulse/client.conf` | |
| default-server = 127.0.0.1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment