[FFmpeg-devel] [PATCH] Accept a colon in the path of a URI, instead of stripping preceding characters.

Timothy Allen tim at treehouse.org.za
Wed May 21 23:04:07 EEST 2025


On Wed, 2025-05-21 at 19:25 +0000, softworkz . wrote:
> What I mean and what the comment in the ticket is probably
> suggesting, 
> is that the HLS demuxer should URL-encode the URL after combining the
> base url with the segment file name before making a request for the 
> segment.

Ah, sure. That was my original plan, but then I realised that the URL
canonicalisation (or decomposition) step was already there, and I was
concerned about adding an extra step that changed the dynamics of URLs
for this specific case.

Let me take another look and see if I can figure out a reasonable way
of percent-encoding the URL in the specific case of playlists (or
possibly just HLS).

Thanks!

Tim


More information about the ffmpeg-devel mailing list