[Bug 724376] http streams break when paused for a while

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Mar 16 07:29:24 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724376
  GStreamer | gst-plugins-good | 1.2.3

Dan Winship <danw> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |danw at gnome.org

--- Comment #10 from Dan Winship <danw at gnome.org> 2014-03-16 14:53:30 UTC ---
(In reply to comment #7)
> one thing is the idle-timeout property; would a patch adding that to
> souphttpsrc be acceptable?

idle-timeout is the timeout after which *libsoup* closes the connection (which,
as mentioned above, defaults to "never" in this case). libsoup is already doing
everything it can to keep the connection open, so if the server wants to close
it, there's nothing you can do.

(Well, ok, that's not true. You could sent a dummy request like "HEAD /" every
N seconds to keep the connection non-IDLE. But you certainly shouldn't do that
forever.)

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