From 208dc23fd7f2a3e5a8a9e87df203ac5a91f303ee Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Mon, 1 Dec 2025 17:15:28 +0100 Subject: Add input.backpressure_input configuration option --- doc/example.ini | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/example.ini') diff --git a/doc/example.ini b/doc/example.ini index 0d0f8e3..a1129de 100644 --- a/doc/example.ini +++ b/doc/example.ini @@ -76,6 +76,12 @@ loop=0 ;transport=tcp ;source=localhost:9200 + +; 1 means that the output device will throttle the input rate. +; 0 means that frames will be dropped if the input is too fast. +; Default depends on the value of transport: 1 for file, 0 for network inputs +;backpressure_input=1 + [modulator] ; Mode 'fix' uses a fixed factor and is really not recommended. It is more ; useful on an academic perspective for people trying to understand the DAB -- cgit v1.2.3