[Bug 790976] splitmuxsink hangs sometime
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Mon Jan 15 19:53:14 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=790976
Tim-Philipp Müller <t.i.m at zen.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |NEEDINFO
CC| |t.i.m at zen.co.uk
--- Comment #1 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
Could you provide a stack trace of all threads please? ('thread apply all bt'
in gdb)
Does it work (eventually) if you unset the limits on the queues with 'queue
max-size-buffers=0 max-size-time=0 max-size-bytes=0' ?
My suspicion is that it's a live stream and you might not get a key frame right
at the beginning, and the key frame interval is larger than the buffering
provided by the queues and then it deadlocks in one of the branches waiting for
a keyframe.
What happens if you don't use the tee? Do both branches always work
individually?
--
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