[FFmpeg-devel] [PATCH] Add Apple HTTP Live Streaming protocol handler

Ronald S. Bultje rsbultje
Mon Aug 16 18:35:58 CEST 2010


Hi,

On Thu, Aug 5, 2010 at 4:20 PM, Martin Storsj? <martin at martin.st> wrote:
> New patch attached.
[..]
> +#define MAX_URL_LEN 2048

MAXPATHLEN, PATH_MAX (is the same) or FILENAME_MAX? These already
exist as part of the posix standard, I think.

In general, looks quite sane. I'll probably want to test it a little
(do you have a sample URL handy?), but don't expect any major revision
suggestions from me, I'm happy with the way it looks now.

Having said that, at some point in the future it'd be nice to have a
more generic playlist API which provides an interface (maybe metadata
or so) so the application "knows" what files are contained in the
playlist. Not a requirement (for me, at least) to get this committed,
though, but more something like a feature request if you get bored in
the far future...

Ronald



More information about the ffmpeg-devel mailing list