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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 19 14:50:06 PST 2014


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

--- Comment #7 from djcb at djcbsoftware.nl 2014-02-19 23:10:34 UTC ---
one thing is the idle-timeout property; would a patch adding that to
souphttpsrc be acceptable?

another thing is the range-requests that are being tried on servers that don't
support them, and then erroring out; I think it'd be better to check for the
Accept-Ranges header, and not try the range-request if it's not supported, and
getting "Forbidden"; I can handle these at a higher level, but afaics only by
doing a strcmp for "Forbidden", which isn't very nice.

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