It's a shame :( <br><br>And nobody knows if this network issue in Windows can be resolved?<br><br><div class="gmail_quote">On 4 May 2011 11:09, Farkas Levente <span dir="ltr"><<a href="mailto:lfarkas@lfarkas.org">lfarkas@lfarkas.org</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;">no. unfortunately it seems all network related code in gstreamer on<br>
windows has problems:-(((<br>
<div><div></div><div class="h5"><br>
On Wed, May 4, 2011 at 11:40, Alejandro Caires <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>> wrote:<br>
> I've searching in the web and I found that this problem could be related<br>
> with the IPv6 in Windows. Anyone can confirm that?<br>
><br>
> On 1 May 2011 13:39, Alejandro Caires <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>> wrote:<br>
>><br>
>> I already do the test and contrary to what I thought, setting the<br>
>> localhost ip in the host property the delay also happens.<br>
>><br>
>> On 29 April 2011 10:57, Alejandro Caires <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>> wrote:<br>
>>><br>
>>> Responses in-line<br>
>>><br>
>>> On 28 April 2011 23:42, Donny Viszneki <<a href="mailto:donny.viszneki@gmail.com">donny.viszneki@gmail.com</a>> wrote:<br>
>>>><br>
>>>> Do you experience the delay if your client and server are on the same<br>
>>>> system and you use the loopback address?<br>
>>><br>
>>> I think that setting the localhost ip in the host property the delay<br>
>>> doesn't happen, But I'll test to confirm that.<br>
>>><br>
>>>><br>
>>>> What is the MSWindows<br>
>>>> equivalent of strace/truss?<br>
>>><br>
>>> I am not very familiar with that kind of tools, but I did a little search<br>
>>> in the web and I found this tool:<br>
>>><br>
>>> <a href="http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm" target="_blank">http://www.intellectualheaven.com/default.asp?BH=projects&H=strace.htm</a><br>
>>><br>
>>>><br>
>>>> On Thu, Apr 28, 2011 at 6:28 PM, Alejandro Caires <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>><br>
>>>> wrote:<br>
>>>> > Ah ok ok. I understand and thanks for the help but the elements<br>
>>>> > 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<br>
>>>> >> propety<br>
>>>> >> set to false for sink element...<br>
>>>> >><br>
>>>> >> On Thu, Apr 28, 2011 at 8:17 PM, Alejandro Caires<br>
>>>> >> <<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<br>
>>>> >>>> <<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<br>
>>>> >>>>> it<br>
>>>> >>>>> doesn't has delay, then wait 20 minutes (approx.) and try to do<br>
>>>> >>>>> the<br>
>>>> >>>>> test again. In this case, the delay of 10-12 seconds always<br>
>>>> >>>>> happen.<br>
>>>> >>>>><br>
>>>> >>>>> Taking into account this situation, I've been done more testing<br>
>>>> >>>>> and I<br>
>>>> >>>>> noted the following (I'm using Gstreamer-Java to perform this<br>
>>>> >>>>> test):<br>
>>>> >>>>><br>
>>>> >>>>> When I want to send rtp over the network I use the udpsink Element<br>
>>>> >>>>> 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<br>
>>>> >>>>> 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<br>
>>>> >>>>> on<br>
>>>> >>>>> Windows.<br>
>>>> >>>>><br>
>>>> >>>>> So, I've searched in this mailing list to know more info about<br>
>>>> >>>>> 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<br>
>>>> >>>>> if<br>
>>>> >>>>> someone can help me about this issue. Is already resolved? If<br>
>>>> >>>>> 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>
>>>> --<br>
>>>> <a href="http://codebad.com/" target="_blank">http://codebad.com/</a><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>
>>> Alejandro Caires<br>
>><br>
>><br>
>><br>
>> --<br>
>> Alejandro Caires<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><div class="im">--<br>
Levente "Si vis pacem para bellum!"<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">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>