Skip to content

Instantly share code, notes, and snippets.

@akissu
Created July 7, 2023 22:19
Show Gist options
  • Select an option

  • Save akissu/63243a30d7bd5fd31f2ed6d4f6efad46 to your computer and use it in GitHub Desktop.

Select an option

Save akissu/63243a30d7bd5fd31f2ed6d4f6efad46 to your computer and use it in GitHub Desktop.
Pulse Audio Remote Server
# 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