[Bug 725221] New: Implement RFC 3986 compliant URL joiner for dashdemux

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 26 05:27:59 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=725221
  GStreamer | gst-plugins-bad | git

           Summary: Implement RFC 3986 compliant URL joiner for dashdemux
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: david.waring at rd.bbc.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=270385)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=270385)
Add RFC3986 URL joining to dashdemux

I have been trying to use dashdemux with various DASH sources and coming
unstuck with mixtures of relative and absolute URLs throughout the MPD files.

I have therefore used a implementation I already had of RFC 3986 and placed it
into a GObject called GUrl and have patched it into the dashdemux element. Git
patch attached.

gurl.c and gurl.h should possibly live elsewhere as they form a generic
URL joining (RFC3986) object which could be useful elsewhere (e.g. in m3u8.c in
uri_join). But since I only needed it to resolve issues in dashdemux, that's
where I've placed it.

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