smoothing the udp sink packet tramsmission

classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

smoothing the udp sink packet tramsmission

nagendra sarma
hello all

do we have any plugin/ideas to smooth the Ethernet traffic from udp sink ?
means to send packets at a particular rate ?

regards
nagendra


Reply | Threaded
Open this post in threaded view
|

Re: smoothing the udp sink packet tramsmission

Tim Müller
On Mon, 2016-07-18 at 23:11 -0700, nagendra sarma wrote:

Hi,

> do we have any plugin/ideas to smooth the Ethernet traffic from udp
> sink ? means to send packets at a particular rate ?

Have you tried the "max-bitrate" property on udpsink yet?

Cheers
 -Tim

--

Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: smoothing the udp sink packet tramsmission

nagendra sarma
This post was updated on .
i could not find the property of max-bit rate for udpsink
i am using gstreamer-0.10
is it possible to get patch for that?

Reply | Threaded
Open this post in threaded view
|

Re: smoothing the udp sink packet tramsmission

Tim Müller
On Tue, 2016-07-19 at 06:38 -0700, nagendra sarma wrote:

> i could not fine the property of max-bit rate for udpsink 
> i am using gstreamer-0.10

Ah, I think that property was added in 1.2 (in GstBaseSink).

Cheers
 -Tim

--

Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: smoothing the udp sink packet tramsmission

Arjen Veenhuizen
In reply to this post by nagendra sarma
GStreamer 0.10 has been deprecated for over three years now. Either upgrade to version > 1.2 or I guess you will have to patch the udpsink element yourself.
Reply | Threaded
Open this post in threaded view
|

Re: smoothing the udp sink packet tramsmission

nagendra sarma
thanks guys,

i will try to move to gstreamer-1.0
meanwhile can i get the patch for that ?
i downloaded gstreamer1.0-good-plugins1.4.3 , but i could not find any logic realated to max-bitrate for udpsink ?

i am not great in gstreamer.
could you please help me to get the patch ?

regards
nagendra
Reply | Threaded
Open this post in threaded view
|

Re: smoothing the udp sink packet tramsmission

Tim Müller
On Tue, 2016-07-19 at 21:42 -0700, nagendra sarma wrote:

> i downloaded gstreamer1.0-good-plugins1.4.3 , but i could not find
> any logic realated to max-bitrate for udpsink ?

As I said it was added to GstBaseSink, so you'll have to look for the
patch there:

https://cgit.freedesktop.org/gstreamer/gstreamer/commit/libs/gst/base/g
stbasesink.c?id=d8413cd0a2485af215c729f8109b1382f1ea6573

is the initial one, but I didn't check if there were any follow-up
fixes.

Cheers
-Tim
--

Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel