[Bug 756318] New: [Patch] Add "retry" to gstsouphttpclient for request failures

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Oct 9 14:16:04 PDT 2015


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

            Bug ID: 756318
           Summary: [Patch] Add "retry" to gstsouphttpclient for request
                    failures
    Classification: Platform
           Product: GStreamer
           Version: 1.4.5
                OS: Mac OS
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: minfrin at sharp.fm
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 312985
  --> https://bugzilla.gnome.org/attachment.cgi?id=312985&action=edit
Add the retry option to allow a failed request to be  retried after the given
number of seconds instead of  failing the pipeline. Take account of the
Retry-After header if present.

Currently souphttpclientsink terminates the whole pipeline on any error, which
breaks streaming applications where streams are long lived and must recover
from temporary network glitches.

Add support for the "retry" option, which gives the number of seconds to back
off and wait before retrying the request again.

The also adds support for honouring the Retry-After header when present.

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