difference between rtpbin latency and jitterbuffer latency

gagankumarnigam gagankumarnigam at bel.co.in
Fri Mar 25 02:20:37 UTC 2016


Hi all,

1. Can somebody tell me what is the difference between rtpbin latency and
jitterbufer latency.
2. Can we use both of them togather like: my pipeline for receiving videos
is

jitterbuffer = gst_element_factory_make
("gstrtpjitterbuffer","jitterbuffer");
g_object_set(G_OBJECT (jitterbuffer), "latency",100, NULL);

gst_bin_add_many
(GST_BIN(pipeline),jitterbuffer,videodepay,h264parse,videodec,videoqueue,videoconv,
videosink,NULL);  

rtpbin = gst_element_factory_make ("gstrtpbin", "rtpbin");  
g_object_set (G_OBJECT (rtpbin),"latency",100,NULL);  



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/rtpjitterbuffer-changing-latency-property-on-the-fly-doesn-t-work-tp4658120p4676542.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list