[Bug 773509] souphttpsrc: connection loss / reconnect issues

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Thu Oct 27 06:44:58 UTC 2016


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

--- Comment #17 from Michael Olbrich <m.olbrich at pengutronix.de> ---
I've always used playbin. And it it reproducible with gst-play.
Reproducing it with http over localhost requires some interference: It only
occurs if gst_soup_http_src_wait_for_data() is not called for a long time and
is then called again later. With http over localhost it is just called once at
the beginning and then never again. The error is set in
socket_source_dispatch() (gio/gsocket.c).

If I use 'kill -STOP <pid>; sleep 3 ; kill -CONT <pid>' to pause the webserver
for a short time, then I can trigger a call to 
gst_soup_http_src_wait_for_data() and with that trigger the error.

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