[Bug 725137] hlsdemux fails to compute media playlist URL if there is a query parameter

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Feb 25 23:59:52 PST 2014


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

Sebastian Dröge (slomo) <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.1

--- Comment #3 from Sebastian Dröge (slomo) <slomo at coaxion.net> 2014-02-26 08:21:16 UTC ---
commit 91775a1abd432d3c5a18036054e90fecc86fbb99
Author: Alex Ashley <bugzilla at ashley-family.net>
Date:   Fri Feb 21 09:30:49 2014 +0000

    hlsdemux: Fix for URLs that contain a '/' in the query parameter

    If the URL for the master manifest files contains a '/' character
    in the query parameter (for example
   
http://example.net/1054559_h264_1500k.mp4/master.m3u8?acl=/*1054559_h264_1500k.mp4),
    hlsdemux is incorrectly converting the relative URLs of the media
    playlists in to absolute URLs. It is incorrectly using the last '/' it
    finds in the URL. According to RFC3986 the '/' character is allowed in
    the query part of the URL.

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

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