Hi Nicola,<br><br>Thks for your answer and I appreciate that :)<br><br>But that kind of idea doesn't fit to my application. It needs to receive and send rtp over the network directly and for that udpsink element it's the only solution. Unfortunately has this issue :(<br>
<br>Best regards<br><br><div class="gmail_quote">On 4 May 2011 19:44, Lists SVR <span dir="ltr"><<a href="mailto:lists@svrinformatica.it">lists@svrinformatica.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
<br>
Il giorno mer, 04/05/2011 alle 11.21 +0100, Alejandro Caires ha scritto:<br>
> It's a shame :(<br>
><br>
<br>
you can setup a gst-http server on linux that connect to the video<br>
sources and serve the stream over http, souphttpsrc works fine on<br>
windows. This is the setup I'm using with no problems,<br>
<br>
regards<br>
Nicola<br>
<div><div></div><div class="h5"><br>
> And nobody knows if this network issue in Windows can be resolved?<br>
><br>
> On 4 May 2011 11:09, Farkas Levente <<a href="mailto:lfarkas@lfarkas.org">lfarkas@lfarkas.org</a>> wrote:<br>
> no. unfortunately it seems all network related code in<br>
> gstreamer on<br>
> windows has problems:-(((<br>
><br>
><br>
> On Wed, May 4, 2011 at 11:40, Alejandro Caires<br>
> <<a href="mailto:ajdafonte@gmail.com">ajdafonte@gmail.com</a>> wrote:<br>
> > I've searching in the web and I found that this problem<br>
> 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>><br>
> wrote:<br>
> >><br>
> >> I already do the test and contrary to what I<br>
> thought, setting the<br>
> >> localhost ip in the host property the delay also happens.<br>
> >><br>
> >> On 29 April 2011 10:57, Alejandro Caires<br>
> <<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<br>
> <<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<br>
> on the same<br>
> >>>> system and you use the loopback address?<br>
> >>><br>
> >>> I think that setting the localhost ip in the host property<br>
> 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<br>
> a little search<br>
> >>> in the web and I found this tool:<br>
> >>><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<br>
> <<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<br>
> elements<br>
> >>>> > suggested<br>
> >>>> > can't help me to send rtp over the network :(<br>
> >>>> > On 28 April 2011 17:47, sumit kumar<br>
> <<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<br>
> directsoundsrc instead of<br>
> >>>> >> autoaudiosrc and directsoundsink instead of<br>
> 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<br>
> autoaudiosrc for<br>
> >>>> >>> directsoundsrc in this particular case?<br>
> >>>> >>><br>
> >>>> >>> On 28 April 2011 14:10, sumit kumar<br>
> <<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<br>
> in this library.<br>
> >>>> >>>>><br>
> >>>> >>>>> I'm using gstreamer in Windows and I have the<br>
> following problem:<br>
> >>>> >>>>><br>
> >>>> >>>>> When I execute the following instruction:<br>
> >>>> >>>>> gst-launch.exe gstrtpbin name=rtpbin autoaudiosrc !<br>
> alawenc !<br>
> >>>> >>>>> rtppcmapay<br>
> >>>> >>>>> max-ptime=20000000 timestamp-offset=0 ! udpsink<br>
> 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<br>
> PC and perform<br>
> >>>> >>>>> the test, the pipeline took about 10-12 seconds to<br>
> be started;<br>
> >>>> >>>>><br>
> >>>> >>>>> - For example, imagine that you try to do the test<br>
> at 2 p.m. and<br>
> >>>> >>>>> it<br>
> >>>> >>>>> doesn't has delay, then wait 20 minutes (approx.)<br>
> and try to do<br>
> >>>> >>>>> the<br>
> >>>> >>>>> test again. In this case, the delay of 10-12<br>
> seconds always<br>
> >>>> >>>>> happen.<br>
> >>>> >>>>><br>
> >>>> >>>>> Taking into account this situation, I've been done<br>
> more testing<br>
> >>>> >>>>> and I<br>
> >>>> >>>>> noted the following (I'm using Gstreamer-Java to<br>
> perform this<br>
> >>>> >>>>> test):<br>
> >>>> >>>>><br>
> >>>> >>>>> When I want to send rtp over the network I use the<br>
> udpsink Element<br>
> >>>> >>>>> as<br>
> >>>> >>>>> follows:<br>
> >>>> >>>>><br>
> >>>> >>>>> Element rtpsink = ElementFactory.make("udpsink",<br>
> "rtpsink");<br>
> >>>> >>>>> rtpsink.set("port", "4000");<br>
> >>>> >>>>> rtpsink.set("host", "192.168.2.8");<br>
> >>>> >>>>><br>
> >>>> >>>>> And I noted that (sometimes) executing these<br>
> instructions takes<br>
> >>>> >>>>> about<br>
> >>>> >>>>> 10-12 seconds to<br>
> >>>> >>>>> execute them. In other words, the same that happens<br>
> executing the<br>
> >>>> >>>>> pipeline described above.<br>
> >>>> >>>>><br>
> >>>> >>>>> For all I have been describing and after some help<br>
> of the guys of<br>
> >>>> >>>>> OSSBuild project, I noted that the udpsink element<br>
> has some issues<br>
> >>>> >>>>> on<br>
> >>>> >>>>> Windows.<br>
> >>>> >>>>><br>
> >>>> >>>>> So, I've searched in this mailing list to know more<br>
> 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<br>
> would like to know<br>
> >>>> >>>>> if<br>
> >>>> >>>>> someone can help me about this issue. Is already<br>
> resolved? If<br>
> >>>> >>>>> there's an<br>
> >>>> >>>>> alternative element that I can use instead of<br>
> 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>
> >>>> >>>>><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>
> >>>> >>>><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>
> >>>> >>><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>
> >>>> >><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>
> >>>> ><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>
> >>>><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>
> ><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>
> --<br>
> Levente "Si vis pacem para<br>
> bellum!"<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>
> 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>
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>