Hi,<br><br>I am currently trying to attempt to redirect pulse audio sound from a server to a client through ssh.  I am bit unclear on what the correct way is of doing it.<br>Some guides on the net refer to paprefs and some refer to socat and others again refer to loading modules via pactl.  There is also something about using libpulse to get it automatically setup via X11 forwarding under ssh.<br>
I have tried different solutions without success so far.<br><br>The server is running Ubuntu Linux 10.04 without a physical sound card installed.<br>The client is running Maemo Linux Fremantle with a physical sound card installed.  Client audio has been tested and confirmed working.<br>
<br>paprefs does exist on the server but not on the client.  Pulseaudio on the client seems not to be configured with &quot;per-user&quot; sessions.  Pulseaudio on the server is configured for &quot;per-user&quot; sessions. The pulse socket on the client is on /var/run/pulse/native.<br>
<br>The server&#39;s /etc/pulse/client.conf looks like this:<br>-----------------------------------------------------<br>; default-sink =<br>; default-source =<br>; default-server =<br><br>; autospawn = yes<br>; daemon-binary = /usr/bin/pulseaudio<br>
; extra-arguments = --log-target=syslog<br><br>; cookie-file =<br><br>; enable-shm = yes<br>; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB<br>-----------------------------------------------------<br clear="all">
<br>One question: when modifying the pulse configuration via paprefs, what files does it modify?<br><br>Anyways, what is the easiest method to get pulse audio on a server redirected to the client using ssh?<br><br>qiet72<br>