[FFmpeg-devel] [FFmpeg-commits] doc: document applehttp protocol

Stefano Sabatini stefano.sabatini-lala
Sun Mar 13 17:59:43 CET 2011


On date Sunday 2011-03-13 16:36:53 +0100, Luca Barbato  encoded:
> Module: ffmpeg
> Branch: master
> Commit: 0e6a3ee4fa317f674a3e895188620aa5839cc414
> 
> Author:    Luca Barbato <lu_zero at gentoo.org>
> Committer: Luca Barbato <lu_zero at gentoo.org>
> Date:      Wed Mar  9 10:11:53 2011 +0100
> 
> doc: document applehttp protocol
> 
> The documentation might be extended once/if a live/store override option
> will have to be provided for non-compliant segmenter.
> 
> ---
> 
>  doc/protocols.texi |   16 ++++++++++++++++
>  1 files changed, 16 insertions(+), 0 deletions(-)
> 
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index 29f5c90..5655b10 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -19,6 +19,22 @@ supported protocols.
>  
>  A description of the currently available protocols follows.
>  
> + at section applehttp
> +
> +Read Apple HTTP Live Streaming compliant segmented stream as
> +a uniform one. The M3U8 playlists describing the segments can be
> +remote HTTP resources or local files, accessed using the standard
> +file protocol.
> +HTTP is default, specific protocol can be declared using the "+"
> +specifier.
> +
> + at example
> +applehttp://host/path/to/remote/resource.m3u8
> +applehttp+http://host/path/to/remote/resource.m3u8
> +applehttp+file://path/to/local/resource.m3u8
> + at end example
> +
> +
>  @section concat

Who approved this patch? Why didn't you address my comments?
-- 
FFmpeg = Frenzy Funny Monstrous Powerful Efficient Gospel



More information about the ffmpeg-devel mailing list