[Bug 777984] isomp4: initial ftyp/moov streamheader missing
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Feb 10 13:41:10 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=777984
--- Comment #14 from Andoni Morales <ylatuya at gmail.com> ---
You are using fragment-method=event wihtout a downstream element properly
issuing GstForceKeyUnit events. This fragmentation method is used when you have
a sink like dashsink driving the pipeline to generate new fragments for all
upstream elements at the same timestamp. In your case you will have to switch
to time-based fragmentation, each second for example. You will also need to
configure your encoder to create keyframes at a regular interval, which is what
GstForceKeyUnit event does, but since you have it, make sure that your encoder
forces a keyframe at regular intervals, ideally matching your fragment
duration.
--
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