[Bug 704241] New: [souphttpsrc] Ignore all HEAD errors

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jul 15 04:58:16 PDT 2013


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

           Summary: [souphttpsrc] Ignore all HEAD errors
    Classification: Platform
           Product: GStreamer
           Version: 1.1.2
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: rawoul at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=249185)
 View: https://bugzilla.gnome.org/attachment.cgi?id=249185
 Review: https://bugzilla.gnome.org/review?bug=704241&attachment=249185

Always ignore HEAD errors

souphttpsrc now does a HEAD request at start which prevents playback with
servers that do not support this method (ie a 405 http error is returned). I've
attached a sample log.

The solution is to always ignore HEAD errors, the attached patch does this.

Also I'm not sure why the HEAD request is always needed, shouldn't it only be
done when requesting if the stream is seekable in READY state ?

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