<p>Hi,<br></p>
<p>On Apr 17, 2011 8:10 AM, &quot;Nick Holloway&quot; &lt;<a href="mailto:ourmeal@hotmail.com">ourmeal@hotmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt; I&#39;m very new to Pulseaudio (and linux generally), so apologies if my query is a bit muddled .<br>
&gt;<br>
&gt; I have spent the past few days successfully setting up Pulseaudio to relay bi-directional sound from my Debian machine with sound hardware to a &quot;virtual&quot; machine without sound hardware (Virtualbox), all on my LAN. <br>

&gt;<br>
&gt; I did this by installing Pulseaudio on both machines, then running padevchooser on the &quot;virtual&quot; machine and configuring the server, sink and source to point towards my Debian machine with sound hardware. All works perfectly, both playing and recording sound.<br>

&gt;<br>
&gt; Having achieved that I then replicated exactly the same setup, but this time from my local Debian machine to a hosted server on the Internet, over my cable broadband connection (10 Mb downstream, 512K upstream). The sound plays fine FROM the remote hosted server on my local Debian machine&#39;s speakers (via that fast 10 Mb connection) , but when I try to record TO the server (using my local machine&#39;s recording device relayed by Pulseaudio) then I hit a &quot;latency&quot; problem (via that much slower 512K upstream). In this scenario, if I open the recording device volume monitor on the remote server, it picks up a very small amount of audio initially, then the volume &quot;bursts&quot; after a short period, then slowly fails to zero, and then I receive an error message detailing the latency problem, and it crashes.<br>

&gt;<br>
&gt; Presumably this is related to bandwidth.<br>
&gt;<br>
&gt; My question is: Is there a way to configure Pulseaudio so that it perhaps compresses the stream from the local recording device *before* sending it over the Internet to the remote server? Might this get around the bandwidth/latency problem? Or perhaps there is another way of resolving this kind of problem?<br>

&gt;<br>
&gt; The default for the sampling rate on my local machine&#39;s recording device is 2 channel, 16 bit, 44100Hz...  (I looked for a way to reduce that sample rate down as a possible solution in the first instance, but haven&#39;t yet worked out how to do that).</p>

<p>I don&#39;t know if pulseaudio supports any kind of protocol compression these days, but traditionally it does not. And due to that, it is generally unsuitable for use over the public internet. Lossy compression such as mp3, and protocols such as RTP and Icecast, exist for this purpose. Even if both nodes are dedicated servers with symmetric 100mbps, your transport latency over the internet is too high for most uses of PA.</p>

<p>I&#39;ve heard about lots of interest in extending the PA protocol to support lossy, non-PCM formats, but I don&#39;t *think* that has been added quite yet.</p>
<p>PA shouldn&#39;t have crashed for you though, so if you can get a backtrace from gdb with debugging symbols and provide steps to reproduce, I&#39;m sure someone could triage why it happened.</p>
<p>&gt;<br>
&gt; I&#39;ll provide any other information of the machines, configuration etc... if that will assist.<br>
&gt;<br>
&gt; Thanks for any help offered.<br>
&gt;<br>
&gt; Cheers,<br>
&gt;<br>
&gt; Nick<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; pulseaudio-discuss mailing list<br>
&gt; <a href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br>
&gt; <a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br>
&gt;<br>
</p>