[FFmpeg-devel] [PATCH 1/4] Document "cache" protocol
    Stefano Sabatini 
    stefasab at gmail.com
       
    Mon Jun 17 13:33:05 CEST 2013
    
    
  
On date Saturday 2013-06-15 23:03:38 +0300, Andrey Utkin encoded:
> ---
>  doc/protocols.texi | 10 ++++++++++
>  1 file changed, 10 insertions(+)
> 
> diff --git a/doc/protocols.texi b/doc/protocols.texi
> index a91103a..911e555 100644
> --- a/doc/protocols.texi
> +++ b/doc/protocols.texi
> @@ -49,6 +49,16 @@ Read angle 2 of playlist 4 from BluRay mounted to /mnt/bluray, start from chapte
>  -playlist 4 -angle 2 -chapter 2 bluray:/mnt/bluray
>  @end example
>  
> + at section cache
> +
> +Caching wrapper for input stream.
> +
> +Caches the input stream to temporary file. It brings seeking capability to live streams.
> +
> + at example
> +cache:@var{URL}
> + at end example
A more detailed example would be useful here.
    
    
More information about the ffmpeg-devel
mailing list