From 556e204a112ee286972e50d636dec8b46ca125d7 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 May 2019 16:29:45 +0200 Subject: player: add --demuxer-cache-wait option --- DOCS/man/options.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'DOCS') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index 526b2143fc..8da721c834 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2995,6 +2995,14 @@ Demuxer requests), seeking will be disabled. This option can forcibly enable it. For seeks within the cache, there's a good chance of success. +``--demuxer-cache-wait=`` + Before starting playback, read data until either the end of the file was + reached, or the demuxer cache has reached maximum capacity. Only once this + is done, playback starts. This intentionally happens before the initial + seek triggered with ``--start``. This does not change any runtime behavior + after the initial caching. This option is useless if the file cannot be + cached completely. + Input ----- -- cgit v1.2.3