Hey, all<br><br>Well, I have this pipeline:<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>there is 2 streams and works fine. The file notice2.html is recorded.<br>
<br>But, when I change the pipeline to pulsesrc:<br><br>gst-launch -v pulsesrc ! identity ! udpsink
host=127.0.0.1 port=6000 udpsrc port=6000 ! identity ! filesink
location=soundRcvd.wav<br><br>does not work. However, when I run the sender stream on one terminal: gst-launch -v pulsesrc ! identity ! udpsink
host=127.0.0.1 port=6000<br>and the receiver stream on another terminal: gst-launch -v udpsrc port=6000 ! identity ! filesink
location=soundRcvd.wav, that works! The voice is recorded on the destination file. I have no idea what is going on here. Any tips?<br><br>Thanks a lot.<br><br>Marcelo de Sá Mendoza<br>