On Tue, Feb 14, 2012 at 12:22:20PM +0200, Martin Storsjö wrote: > > --- a/doc/protocols.texi > +++ b/doc/protocols.texi > @@ -80,6 +80,11 @@ hls+http://host/path/to/remote/resource.m3u8 > > +Using this protocol is discouraged - the hls demuxer should work > +just as well (if not, please report the issues) and is more complete. > +To use the hls demuxer instead, simply use the direct urls to the > +m3u8 files.
URLs > --- a/libavformat/hlsproto.c > +++ b/libavformat/hlsproto.c > @@ -217,6 +217,13 @@ static int applehttp_open(URLContext *h, const char > *uri, int flags) > + av_log(h, AV_LOG_WARNING, "Using the hls protocol is discouraged, " > + "please try using the hls demuxer instead. " > + "The hls demuxer should be more complete " > + "and work as well as the protocol > implementation. " > + "(If not, please report it.) To use the > demuxer, " > + "simply use %s as url.\n", > + s->playlisturl); I'd say break the line before the quotes and save some lines. Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
