[Bug 650654] gst-rtsp-server segmentation fault when stressed with PAUSE/UNPAUSE

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 27 03:59:04 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=650654
  GStreamer | gst-rtsp-server | git

--- Comment #4 from Miguel Angel Cabrera <madmac2501 at gmail.com> 2011-05-27 10:58:58 UTC ---
Maybe you don't have x264enc in server side or ffdec_h264 in client side. Could
you check that?

When you run the client it needs to be run several times until the SEGV
appears.

Also i have found that line

g_object_set(pipeline, "uri", "rtsp://192.168.2.1:8554/test/");

should be

g_object_set(pipeline, "uri", "rtsp://192.168.2.1:8554/test/", NULL);

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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