All, I need to increase the performance of udpsrc to get better throughput. Looking at the post below, the suggestion is that this can be accomplished with the use
of buffer-pool. http://gstreamer-devel.966125.n4.nabble.com/udpsrc-performance-td4655463.html I am currently using gstreamer-0.10 for Windows and cannot find GstBufferPool in my installation. Is this something that has been introduced in a more recent
version of Gstreamer? If so, would I have upgrade to the latest version of GStreamer, or is it possible to just add in GstBufferPool? Thanks, Paul. This email and any files attached are intended for the addressee and may contain information of a confidential nature. If you are not the intended recipient, be aware that this email was sent to you in error and you should not disclose, distribute, print, copy or make other use of this email or its attachments. Such actions, in fact, may be unlawful. In compliance with the various Regulations and Acts, General Dynamics United Kingdom Limited reserves the right to monitor (and examine for viruses) all emails and email attachments, both inbound and outbound. Email communications and their attachments may not be secure or error- or virus-free and the company does not accept liability or responsibility for such matters or the consequences thereof. General Dynamics United Kingdom Limited, Registered Office: 21 Holborn Viaduct, London EC1A 2DY. Registered in England and Wales No: 1911653. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Hi,
Does anyone have any thoughts on this? Thanks, Paul. |
Administrator
|
Hi,
With 1.0 we should be able to use GstBufferPool to do this (and it shouldn't be that hard). ... but that won't help much considering the performance bottleneck we now have in 1.0 with switching to gsocket (https://bugzilla.gnome.org/show_bug.cgi?id=668842) Edward On Fri, 2012-10-12 at 08:29 -0700, Paulski73 wrote: > Hi, > > Does anyone have any thoughts on this? > > Thanks, > > Paul. > > > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Increasing-UDPSRC-performance-using-GstBufferPool-tp4656461p4656562.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Thank you Edward for the response. This raises a few more questions;
Is anyone actively working on Bug Report 668842 and is there an estimate of when it is likely to be resolved? I need a quick work around to improve the performance of my udpsrc, how easy would it be to add GstBufferPool into my build of gstreamer-0.10? Even if I did this, would I still see the GSocket problem? Would it be easier for me to revert to using recvfrom() as identified in the bug report, or do I still need to use the Buffer Pool? Any help would be appreciated. Regards, Paul. |
Hi,
Any more thoughts on this one? Cheers, Paul. |
On 10/17/2012 10:40 AM, Paulski73 wrote:
> Hi, > > Any more thoughts on this one? First you need to measure why it too slow for you, then you can start thinking about how to fix it. Wim > Cheers, > > Paul. > > > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Increasing-UDPSRC-performance-using-GstBufferPool-tp4656461p4656624.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |