[Bug 758160] splitmuxsink with mpegtsmux, curlftpsink generates only the first fragment and pipeline exits with a timeout error.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Jan 3 10:08:30 UTC 2017


https://bugzilla.gnome.org/show_bug.cgi?id=758160

--- Comment #14 from Vinod Kesti <vinodkesti at yahoo.com> ---
Hi Jan,

If that is the case then we have to call gst_curl_base_sink_transfer_cleanup
function in ->stop(). Currently it is called in ->finalize() function. 
adding gst_curl_base_sink_transfer_cleanup function call to ->stop() function
also works.

But what I feel is calling gst_curl_base_sink_transfer_cleanup in ->stop()
function is adds extra overhead, for every fragment created by splitmuxsink
curl creates new session and closes at the end.

>From functionality point what you said is correct. But from optimisation point
I feel reusing connection is good.

Need your view on this..

~ Vinod

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list