Splitmuxsink crash

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Splitmuxsink crash

Yaroslav
This post was updated on .
Every 60(57-62) video parts gst-launch crash and i see that:

** ERROR:gstsplitmuxsink.c:805:handle_gathered_gop: assertion failed: (queued_bytes >= splitmux->mux_start_bytes)


this is my pipeline:

gst-launch-1.0 rtspsrc location='<my_rtsp>' ! rtph264depay !  h264parse  !  splitmuxsink location=<my_path>/video%02d.mp4 max-size-time=60000000000

(I use GStreamer 1.8.0)

how to fix this error?
Reply | Threaded
Open this post in threaded view
|

Re: Splitmuxsink crash

Jie.Jiang
Hi Yaroslav,

I encountered the same problem.

Have you fixed it?


Yaroslav wrote
Every 60(57-62) video parts gst-launch crash and i see that:

** ERROR:gstsplitmuxsink.c:805:handle_gathered_gop: assertion failed: (queued_bytes >= splitmux->mux_start_bytes)


this is my pipeline:

gst-launch-1.0 rtspsrc location='<my_rtsp>' ! rtph264depay !  h264parse  !  splitmuxsink location=<my_path>/video%02d.mp4 max-size-time=60000000000

(I use GStreamer 1.8.0)

how to fix this error?
Reply | Threaded
Open this post in threaded view
|

Re: Splitmuxsink crash

Jie.Jiang
In reply to this post by Yaroslav
Hi  Yaroslav,

I think I have found the reason for the crash and enclosed is the patch to fix it.

splitmuxsink.patch


Jie
Reply | Threaded
Open this post in threaded view
|

Re: Splitmuxsink crash

Yaroslav
Thank you! I will check it in the near future
Reply | Threaded
Open this post in threaded view
|

Re: Splitmuxsink crash

Tim Müller
In reply to this post by Jie.Jiang
On Tue, 2016-08-16 at 02:55 -0700, Jie.Jiang wrote:

Hi Jie,

> I think I have found the reason for the crash and enclosed is the
> patch to
> fix it.
>
> splitmuxsink.patch
> <http://gstreamer-devel.966125.n4.nabble.com/file/n4679103/splitmuxsi
> nk.patch>  

It would be great if you could file a bug in bugzilla
(bugzilla.gnome.org) about this (GStreamer / gst-plugins-good), and
then attach the bug to the bug report, ideally with an explanation what
the problem was and why/how the patch fixes it. Thanks!

Cheers
 -Tim

--
Tim Müller, Centricular Ltd - http://www.centricular.com
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Splitmuxsink crash

Jie.Jiang
Hi Tim,

I've reported a bug and attached the fix at:

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

Cheers,
Jie