Responses in-line<br><br><div class="gmail_quote">On 28 April 2011 23:42, Donny Viszneki <span dir="ltr"><<a href="mailto:donny.viszneki@gmail.com">donny.viszneki@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Do you experience the delay if your client and server are on the same<br>
system and you use the loopback address? </blockquote><div><br>I think that setting the localhost ip in the host property the delay doesn't happen, But I'll test to confirm that.<br> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
What is the MSWindows<br>
equivalent of strace/truss?<br></blockquote><div><br><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">am not very</span>
<span title="Clique para obter traduções alternativas" class="hps">familiar with that kind of tools, but I </span></span>did a little search in the web and I found this tool:<br><br><a href="http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm">http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm</a><br>
</div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div><div></div><div class="h5"><br>
On Thu, Apr 28, 2011 at 6:28 PM, Alejandro Caires <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>> wrote:<br>
> Ah ok ok. I understand and thanks for the help but the elements suggested<br>
> can't help me to send rtp over the network :(<br>
> On 28 April 2011 17:47, sumit kumar <<a href="mailto:sumit.git@gmail.com">sumit.git@gmail.com</a>> wrote:<br>
>><br>
>> i had worked on it long back..and had used directsoundsrc instead of<br>
>> autoaudiosrc and directsoundsink instead of autoaudiosink with sync propety<br>
>> set to false for sink element...<br>
>><br>
>> On Thu, Apr 28, 2011 at 8:17 PM, Alejandro Caires <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>><br>
>> wrote:<br>
>>><br>
>>> It happens the same :(<br>
>>><br>
>>> Btw, what's the difference between changing autoaudiosrc for<br>
>>> directsoundsrc in this particular case?<br>
>>><br>
>>> On 28 April 2011 14:10, sumit kumar <<a href="mailto:sumit.git@gmail.com">sumit.git@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Please give a try with directsoundsrc...<br>
>>>><br>
>>>> On Thu, Apr 28, 2011 at 3:36 PM, Alejandro Caires <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>><br>
>>>> wrote:<br>
>>>>><br>
>>>>> Hi,<br>
>>>>><br>
>>>>> First of all I want to congratulate the work 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 !<br>
>>>>> 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>
>>>>> Taking into account this situation, I've been done more testing and I<br>
>>>>> 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<br>
>>>>> 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<br>
>>>>> 10-12 seconds to<br>
>>>>> execute them. In other words, the same that happens executing the<br>
>>>>> pipeline described above.<br>
>>>>><br>
>>>>> For all I have been describing and after some help of the guys of<br>
>>>>> OSSBuild project, I noted that the udpsink element has some issues on<br>
>>>>> Windows.<br>
>>>>><br>
>>>>> So, I've searched in this mailing list to know more info about this<br>
>>>>> question and I found the following posts:<br>
>>>>><br>
>>>>> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=534243" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=534243</a><br>
>>>>> <a href="https://bugzilla.gnome.org/show_bug.cgi?id=604870" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=604870</a><br>
>>>>><br>
>>>>> After all that has been described previously, I would like to know if<br>
>>>>> someone can help me about this issue. Is already resolved? If there's an<br>
>>>>> alternative element that I can use instead of udpsink?<br>
>>>>><br>
>>>>> Best regards<br>
>>>>><br>
>>>>><br>
>>>>><br>
>>>>> --<br>
>>>>> Alejandro Caires<br>
>>>>><br>
>>>>> _______________________________________________<br>
>>>>> gstreamer-devel mailing list<br>
>>>>> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>>>>> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
>>>>><br>
>>>><br>
>>>><br>
>>>> _______________________________________________<br>
>>>> gstreamer-devel mailing list<br>
>>>> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>>>> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
>>>><br>
>>><br>
>>><br>
>>><br>
>>> --<br>
>>> Alejandro Caires<br>
>>><br>
>>> _______________________________________________<br>
>>> gstreamer-devel mailing list<br>
>>> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>>> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
>>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> gstreamer-devel mailing list<br>
>> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
>> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
>><br>
><br>
><br>
><br>
> --<br>
> Alejandro Caires<br>
><br>
> _______________________________________________<br>
> gstreamer-devel mailing list<br>
> <a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
><br>
><br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
<a href="http://codebad.com/" target="_blank">http://codebad.com/</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Alejandro Caires<br>