curlftpsink file splitting fails with splitmuxsink

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

curlftpsink file splitting fails with splitmuxsink

Gst-Geek
This post was updated on .
Hi,

I am trying to push 10 seconds fragmented file to FTP server.

For FTP file write curlftpsink is used and for file splitting splitmuxsink is used. First file fragments is pushed to FTP server properly and is playable but Curl base sink dumps time out error after first fragment.

0x9186d0 ERROR           curlbasesink gstcurlbasesink.c:399:gst_curl_base_sink_render:<sink> poll timed out after 0:00:05.000000000
0x9186d0 WARN            curlbasesink gstcurlbasesink.c:400:gst_curl_base_sink_render:<sink> error: poll timed out after 0:00:05.000000000

What I assume is FTP sink is not able to handle on the fly state transition.
Is it problem with curlftps sink ??
Am I missing some thing while configuring ??

Please find sample application code in splitmuxsink.c.

Gstreamer 1.10 is used for the experiment.

~ Vinod