How to play sound over SSH https://superuser.com/questions/1713253/how-to-stream-audio-through-pipewire-from-one-linux-system-to-another#1718607 #server pactl load-module module-native-protocol-tcp port=4656 listen=0.0.0.0 auth-anonymous=true #client ssh -R 4655:localhost:4656 user@remote_server paplay -s localhost:4656