From cccfac47a423cbaeda04f9864c4676ed1c9d5002 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 4 Aug 2013 23:25:54 +0200 Subject: demux_lavf: make avio buffer configurable Perhaps not very useful, but reserved for situations when a user reports awful latency and experimentation/debugging might be required to find out why or to fix it (happens often). --- DOCS/man/en/options.rst | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 7f5faa88fb..14cb2ace67 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -614,6 +614,12 @@ case of MPEG-TS this value identifies the maximum number of TS packets to scan. +``--demuxer-lavf-buffersize=`` + Size of the stream read buffer allocated for libavformat in bytes + (default: 32768). Lowering the size could lower latency. Note that + libavformat might reallocate the buffer internally, or not fully use all + of it. + ``--demuxer-lavf-cryptokey=`` Encryption key the demuxer should use. This is the raw binary data of the key converted to a hexadecimal string. -- cgit v1.2.3