[Bug 610916] rtspsrc dosen't work under windows

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Mar 28 03:33:00 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=610916
  GStreamer | gst-plugins-good | 0.10.x

--- Comment #10 from Levente Farkas <lfarkas at lfarkas.org> 2011-03-28 10:32:55 UTC ---
In our investigation to find the problems on windows withj RTSP we found
that the problem is in gst_rtspsrc_close (gstrtspsrc.c:5479) function.
It stops at GST_RTSP_STREAM_LOCK (gstrtspsrc.c:5502) and waits until
gst_rtspsrc_connection_receive (gstrtspsrc.c:3680) timeouts (the
timeout value is 53 seconds).
Although there is gst_rtspsrc_loop_send_cmd (src, CMD_STOP, TRUE)
(gstrtspsrc.c:5492) the flush command doesn't affects the
gst_rtspsrc_connection_receive function but it should stop and return
immediately.
Anybody how knows the source better can help us why this can happened?
thanks in advance.

-- 
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