From f798bc3c2542b4c3e7b4cb1483d41ce309b4fb51 Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 3 Jan 2018 21:48:42 +0100 Subject: player: add --cache-pause-initial option to start in buffering state Reasons why you'd want this see manpage additions. Disabled by default, because it would increase latency of live streams by default. (Or well, at least it would be another problem when trying getting lower latency.) --- options/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'options/options.h') diff --git a/options/options.h b/options/options.h index 3774b7b343..96f19a2ee5 100644 --- a/options/options.h +++ b/options/options.h @@ -263,6 +263,7 @@ typedef struct MPOpts { char *sub_demuxer_name; int cache_pausing; + int cache_pause_initial; float cache_pause_wait; struct image_writer_opts *screenshot_image_opts; -- cgit v1.2.3