element_added (GstBin * bin, GstElement * element, gpointer data)
{
KmsPlayerEndpoint *self = KMS_PLAYER_ENDPOINT (data);
if (g_strcmp0 (gst_plugin_feature_get_name (GST_PLUGIN_FEATURE
(gst_element_get_factory (element))), RTSPSRC) == 0) {
g_object_set (G_OBJECT (element), "latency", self->priv->network_cache,
"drop-on-latency", TRUE, NULL);
}
}
queue = gst_element_factory_make ("queue", NULL);
g_object_set (queue, "leaky", 2, "max-size-buffers", 1, NULL);
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/65f75c90-9523-4dd9-bb6c-0386fba5c72e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
I am glad someone else has been encountering this problem. We are trying to build a product for providing RTSP streams from CCTV cameras over WebRTC. This indefinite buffering (followed by a crash when the memory is exhausted) is a major issue.
I had spotted the drop-on-latency option but hadn't found time to try it out. We would be very keen to see fixed!
Thanks for your hard work!
Andrew Moss
Indigo vision Ltd
Any update on this?
Many thanks,
Andrew
--
You received this message because you are subscribed to the Google Groups "kurento" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kurento+unsubscribe@googlegroups.com.
To post to this group, send email to kur...@googlegroups.com.
Visit this group at https://groups.google.com/group/kurento.
To view this discussion on the web visit https://groups.google.com/d/msgid/kurento/3dfc98bb-f978-4a2d-b313-db8be6ec39dc%40googlegroups.com.