[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 12:34:02 UTC 2017


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

--- Comment #15 from Jan Schmidt <thaytan at noraisin.net> ---
We recently made souphttpsrc keep connections open until it's moved to the NULL
state, rather than READY when stop() is called - so it's probably OK to do that
here too as long as:

* Connections are cleaned up on READY -> NULL transition, rather than in
finalize, since element instances might stick around a while in
garbage-collected environments, but we still want them to clean themselves up.

* The element is reusable from the READY state. We expect that setting an
element to READY and changing the URI, then setting it back to PAUSED/PLAYING
should start output to the new URI instead. I realise that didn't work before
anyway, but it's the expected behaviour so we might as well fix it.

-- 
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