Redirect PulseAudio to remote computer
Go to file
2023-10-08 22:09:08 +02:00
LICENSE first commit 2023-10-08 22:09:08 +02:00
Makefile first commit 2023-10-08 22:09:08 +02:00
pulseaudio-tcp first commit 2023-10-08 22:09:08 +02:00
pulseaudio-tcp.desktop.in first commit 2023-10-08 22:09:08 +02:00
README.md first commit 2023-10-08 22:09:08 +02:00

pulseaudio-tcp - Redirect PulseAudio to Remote Computer

Requirements

Dependencies

  • jq
  • Audio subsystem:
    • PulseAudio or
    • Pipewire with PulseAudio compatibility (pipewire-pulse)

Installation on Client Playback Host

  • pulseaudio-tcp should be installed on a computer running PulseAudio or Pipewire with PulseAudio compatibility.
  • The computer pulseaudio-tcp is installed on ("local host") should use use a remote computer that has speakers attached ("remote host") for playback.
  • The IP address and username of the remote host should be known.

SSH to User Session on Remote Host

The user on the local host should have password-less SSH to the user on the remote host (required for encryption with SSH port forwarding).

ssh-copy-id <remote-user>@<remote-ip>

Installation

git clone https://tk-sls.de/git/tk-sls.de/pulseaudio-tcp.git
cd pulseaudio-tcp
sudo make install

Usage

Configuration

As regular user on local host:

pulseadio-tcp setup

Start service

pulseadio-tcp start

Stop service

pulseadio-tcp stop

Check if service is running

pulseadio-tcp status