<!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'm getting.  I couldn't find any specific information about streaming TCP between two Windows machines, so I pieced the following information together from some other FAQ's...</p>
<p> </p>
<p>On the server machine (mic input) I have the following default.pa:</p>
<p> </p>
<p>load-module module-native-protocol-tcp listen=0.0.0.0 auth-anonymous=1</p>
<p>load-module module-waveout</p>
<p> </p>
<p>client.conf is blank.</p>
<p> </p>
<p>On the client machine (audio out) I have the following default.pa:</p>
<p> </p>
<p>load-module module-waveout</p>
<p> </p>
<p>and client.conf:</p>
<p> </p>
<p>default-server = X.X.X.X (the IP of the server machine)</p>
<p> </p>
<p>I run pulseaudio on both (with no parameters) and they execute (with the errors mentioned above), but they don't seem connected.  Am I doing something wrong or do I need more configuration somewhere?</p>
<p> </p>
<p>Thanks.</p>
<p>  - Dave </p>
</body>
</html>