Hi<br><br>Is possible to have two streams( 1 sender 1 receiver ) or more, of audio in one pipeline only? I&#39;m trying to do that and I getting frustrated. I made two pipelines for each stream and worked cool, I hear the audio received from the host and the host hear what I talk. The thing is that I need to do that in ONE pipeline, but I can&#39;t. I know that two streams are possible in one pipeline, cause when I do the test below, it works:<br>
<br>gst-launch -v filesrc location=notice.html ! identity ! udpsink host=127.0.0.1 port=6000 udpsrc port=6000 ! identity ! filesink location=notice2.html<br><br>but when I change to pulsesrc/pulsesink that doesnt work. Works only in diferent pipelines. There&#39;s something else that I need to do? <br>
<br>Thanks for the atention.<br>
 <br><br>