[Bug 773940] splitmuxsink goes to dead lock when used along with other sinks

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Jan 2 11:22:19 UTC 2017


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

--- Comment #6 from Vinod Kesti <vinodkesti at yahoo.com> ---
Hi Jan,
Will async-handling property of splitmuxsink will allow sink to pre-roll un
conditionally. 
I think this will internally do exactly what you are telling.
Following pipeline worked for me.

gst-launch-1.0 videotestsrc ! x264enc ! tee name=split split.! queue ! 
splitmuxsink muxer=mpegtsmux async-handling=true
location=/root/vinod/apple_tv_ad__.ts max-size-time=1000000000 split.! queue ! 
mpegtsmux ! udpsink host=10.0.100.3 port=9000 

Please correct me if I am wrong ??

~ 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