[Bug 758453] New: [Patch] Add support for next-request to souphttpclient as per multifilesink, with supporting parameters.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sat Nov 21 05:40:36 PST 2015


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

            Bug ID: 758453
           Summary: [Patch] Add support for next-request to souphttpclient
                    as per multifilesink, with supporting parameters.
    Classification: Platform
           Product: GStreamer
           Version: git master
                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 316018
  --> https://bugzilla.gnome.org/attachment.cgi?id=316018&action=edit
Add support for next-request to souphttpclient as per multifilesink, with
supporting parameters.

Add support for next-request as per multifilesink, with supporting parameters.

  next-request        : When to start a new request
                        flags: readable, writable
                        Enum "GstSoupHttpClientSinkNext" Default: 0, "none"
                           (0): none             - No explicit request boundary
                           (1): buffer           - New request for each buffer
                           (2): discont          - New request after each
discontinuity
                           (3): key-frame        - New request at each key
frame (Useful for MPEG-TS segmenting)
                           (4): key-unit-event   - New request after a force
key unit event
                           (5): max-size         - New request when the
configured maximum request size would be exceeded with the n$
                           (6): max-duration     - New request when the
configured maximum request duration would be exceeded with t$
  location-prefix     : URI prefix combined with URI suffix to produce location
                        flags: readable, writable
                        String. Default: null
  location-suffix     : URI suffix, use %d to specify index location
                        flags: readable, writable
                        String. Default: null
  index               : Index to use with location-suffix property to create
location.  The index is incremented by one for each buf$
                        flags: readable, writable
                        Integer. Range: 0 - 2147483647 Default: 0
  max-request-size    : Maximum request size before starting a new request in
max-size mode
                        flags: readable, writable
                        Unsigned Integer64. Range: 0 - 18446744073709551615
Default: 2147483648
  max-request-duration: Maximum request duration in nanoseconds before starting
a new request in max-size mode
                        flags: readable, writable
                        Unsigned Integer64. Range: 0 - 18446744073709551615
Default: 18446744073709551615

Depends on the following patch:
https://bugzilla.gnome.org/show_bug.cgi?id=758385

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