[Bug 773509] souphttpsrc: connection loss / reconnect issues
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Oct 28 07:02:29 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=773509
--- Comment #20 from Michael Olbrich <m.olbrich at pengutronix.de> ---
This is caused by the way socket_source_dispatch() handles timeouts. If I read
the code correctly, then a timeout is detected when the time between two calls
to socket_source_dispatch() exceeds timeout + 1 seconds. It does not
distinguish between 'source not ready' and 'g_main_context_iteration() was not
called'.
I have no idea how to fix this or work around it locally in any sane way.
--
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