<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml">
 <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/>
 </head>
 <body>
  <p>It looks like my PulseAudio installation is working despite the couple of errors I&#39;m getting.&#160; I couldn&#39;t find any specific information about streaming TCP between two Windows machines, so I pieced the following information together from some other FAQ&#39;s...</p>
  <p>&#160;</p>
  <p>On the server machine (mic input) I have the following default.pa:</p>
  <p>&#160;</p>
  <p>load-module module-native-protocol-tcp listen=0.0.0.0 auth-anonymous=1</p>
  <p>load-module module-waveout</p>
  <p>&#160;</p>
  <p>client.conf is blank.</p>
  <p>&#160;</p>
  <p>On the client machine (audio out) I have the following default.pa:</p>
  <p>&#160;</p>
  <p>load-module module-waveout</p>
  <p>&#160;</p>
  <p>and client.conf:</p>
  <p>&#160;</p>
  <p>default-server = X.X.X.X (the IP of the server machine)</p>
  <p>&#160;</p>
  <p>I run pulseaudio on both (with no parameters) and they execute (with the errors mentioned above), but they don&#39;t seem connected.&#160; Am I doing something wrong or do I need more configuration somewhere?</p>
  <p>&#160;</p>
  <p>Thanks.</p>
  <p>&#160; - Dave&#160;</p>
 </body>
</html>