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

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Feb 20 10:44:44 PST 2014


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

--- Comment #9 from Thiago Sousa Santos <thiago.sousa.santos at collabora.co.uk> 2014-02-20 19:05:19 UTC ---
(In reply to comment #7)
> 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.

You can check the status code returned by the server. IIRC 403 is forbidden and
it is likely that there is a macro/constant for that in libsoup.

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