<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div bgcolor="#ffffff" text="#000000">
As for why I am using multicast, it is because that seemed like the
only way I could replicate streams to more than one sink. Please fill
me in if I&#39;m wrong since it seemed like a little overkill. I would
before a simple copy stream module. This allows any single room to
connect to any other room&#39;s currently playing audio on demand.<br>
<br></div></blockquote><div><br>Here is an example from the wiki ( <a href="http://www.pulseaudio.org/wiki/CLI">http://www.pulseaudio.org/wiki/CLI</a> ),&nbsp; module-combine&nbsp; looks like it does what you are looking for.  <br>
<br><blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;" class="gmail_quote"><pre class="wiki">#!/usr/bin/pulseaudio -nF<br><br># Create autoload entries for the device drivers<br>
add-autoload-sink output module-alsa-sink device=plughw:0,0 rate=48000 sink_name=output<br>add-autoload-sink output2 module-oss device=/dev/dsp1 record=0 sink_name=output2<br>add-autoload-sink combined module-combine master=output slaves=output2 sink_name=combined<br>
<br>add-autoload-source input module-alsa-source device=hw:1,0 source_name=input<br><br># Load several protocols<br>load-module module-esound-protocol-unix<br>load-module module-simple-protocol-tcp<br>load-module module-native-protocol-unix<br>
load-module module-cli-protocol-unix<br><br># Make some devices default<br>set-default-sink combined<br>set-default-source input<br><br># Don&#39;t fail if the audio files referred to below don&#39;t exist<br>.nofail<br><br>
# Load an audio to the sample cache for usage with module-x11-bell<br>load-sample-lazy  /usr/share/sounds/KDE_Notify.wav x11-bell<br>load-module module-x11-bell sample=x11-bell<br><br># Play a welcome sound<br>play-file /usr/share/sounds/startup3.wav combined</pre>
</blockquote>&nbsp;<br>-chris<br></div></div><br>-- <br>TV/IT Engineer<br>WCJB-TV Gainesville, FL<br>(352) 416 0648<br><a href="mailto:cribe@wcjb.com">cribe@wcjb.com</a>