[Bug 768137] Reproducible segfault with h264
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Tue Jun 28 14:04:15 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768137
--- Comment #6 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
(In reply to David Rajchenbach-Teller (please use "needinfo") from comment #5)
> Also, with gst-debug, I get the following warnings that might be related:
>
> 0:00:02.620001000 80224 0x7ff2e28a7ad0 WARN multiudpsink
> gstmultiudpsink.c:715:gst_multiudpsink_send_messages:<udpsink0> warning:
> Attempting to send a UDP packets larger than maximum size (460800 > 65507)
> 0:00:02.620022000 80224 0x7ff2e28a7ad0 WARN multiudpsink
> gstmultiudpsink.c:715:gst_multiudpsink_send_messages:<udpsink0> warning:
> Reason: Error sending message: Message too long
Well, that's a problem but shouldn't cause a crash. Instead of sending raw h264
over UDP you need to somehow split it into separate packets, e.g. by using RTP.
You can't send infinite sized packets over UDP.
--
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