Creating successives files from appsrc source

Arjen Veenhuizen arjen.veenhuizen at tno.nl
Tue Jul 19 17:19:35 UTC 2016


In the first post you mentioned that you at least go some playable frames, so
that means that the pipeline actually goes into PLAYING mode. Little chance
that anything goes wrong "in the middle of the pipeline". Does the filesize
of each segment match expectation (e.g. roughly bitrate * duration)? The
splitmuxsink has its  bugs
<https://bugzilla.gnome.org/show_bug.cgi?id=760980>  .

Perhaps you need to timestamp each GstBuffer yourself before pushing it into
the appsrc with the running time of the pipeline, in Python it would read
something like:


You can also try to see if mpegtsmux works in your case, e.g. set the
'muxer' property on splitmuxsink to 'mpegtsmux'.



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Creating-successives-files-from-appsrc-source-tp4678736p4678759.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list