[Bug 738298] New: souphttpsrc: add 'pause-mode' property

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 10 06:51:59 PDT 2014


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

           Summary: souphttpsrc: add 'pause-mode' property
    Classification: Platform
           Product: GStreamer
           Version: unspecified
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: gdesmott at gnome.org
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


The DLNA CVP-2 spec defines different 'pause' modes regarding the way client
should handle the HTTP connection when being paused:
- stalling pause: keep the connection open and just stop reading from it. When
resuming just resume reading from the connection. This is the current behavior
in souphttpsrc.
- time/range pause: close the HTTP connection when pausing. When resuming
re-establish a new HTTP connection and perform a time or range seek request to
the server.

In order to support this new mode, we need some API controlling the behaviour
of souphttpsrc when pausing.

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