Hi,<br><br>First of all <span id="result_box" class="short_text" lang="en"><span title="Clique
para obter traduções alternativas" class="hps">I</span> <span title="Clique para obter traduções alternativas" class="hps">want to</span>
<span title="Clique para obter traduções alternativas" class="hps">congratulate</span> <span title="Clique para obter traduções alternativas" class="hps">the
work</span></span> done in this library.<br><br>I'm using gstreamer in Windows and I have the following problem:<br><br>When I execute the following instruction: <br>gst-launch.exe gstrtpbin name=rtpbin autoaudiosrc ! alawenc ! rtppcmapay<br>
max-ptime=20000000
timestamp-offset=0 ! udpsink port=<portDest><br>host=<ipDest><br><br>takes
about 10-12 seconds to execute it. <br><br>This delay happens in the following scenarios:<br><br> - When the user
with a "send pipeline" connect the PC and perform<br>the test, the
pipeline took about 10-12 seconds to be started;<br><br> - For example,
imagine that you try to do the test at 2 p.m. and it<br>doesn't has
delay, then wait 20 minutes (approx.) and try to do the<br>test again.
In this case, the delay of 10-12 seconds always happen.<br><br><span id="result_box" class="short_text" lang="en"><span title="Clique
para obter traduções alternativas" class="hps">Taking</span> <span title="Clique para obter traduções alternativas" class="hps">into</span>
<span title="Clique para obter traduções alternativas" class="hps">account</span>
<span title="Clique para obter traduções alternativas" class="hps">this</span>
<span title="Clique para obter traduções alternativas" class="hps">situation</span></span>, I've been done more testing and I noted the following (I'm using
Gstreamer-Java to perform this test):<br><br>When I want to send rtp
over the network I use the udpsink Element as follows:<br><br>Element
rtpsink = ElementFactory.make("udpsink", "rtpsink");<br>rtpsink.set("port",
"4000");<br>rtpsink.set("host", "192.168.2.8");<br><br>And I noted that
(sometimes) executing these instructions takes about 10-12 seconds to<br>execute
them. In other words, the same that happens executing the pipeline
described above.<br><br><span id="result_box" class="short_text" lang="en"><span title="Clique
para obter traduções alternativas" class="hps">For</span> <span title="Clique para obter traduções alternativas" class="hps">all</span> <span title="Clique para obter traduções alternativas" class="hps">I have
been</span> <span title="Clique para obter traduções alternativas" class="hps">describing and after some help </span></span>of the guys of OSSBuild project, I noted that the udpsink element has some issues on Windows.<br>
<br>So, I've searched in this mailing list to know more info about this question and I found the following posts:<br><br><a href="https://bugzilla.gnome.org/show_bug.cgi?id=534243">https://bugzilla.gnome.org/show_bug.cgi?id=534243</a><br>
<a href="https://bugzilla.gnome.org/show_bug.cgi?id=604870">https://bugzilla.gnome.org/show_bug.cgi?id=604870</a><br><br><span id="result_box" class="short_text" lang="en"><span title="Clique
para obter traduções alternativas" class="hps">After</span> <span title="Clique para obter traduções alternativas" class="hps">all</span> <span title="Clique para obter traduções alternativas" class="hps">that has
been described</span> <span title="Clique para obter traduções
alternativas" class="hps">previously</span></span>,<span id="result_box" class="short_text" lang="en"><span title="Clique
para obter traduções alternativas" class="hps"></span></span> I would like to know if someone can help me about this issue. Is already resolved? If there's an alternative element that I can use instead of udpsink?<br>
<br>Best regards<br><br><br clear="all"><br>-- <br>Alejandro Caires<br>