diff options
| author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-12-01 17:15:28 +0100 |
|---|---|---|
| committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2025-12-01 17:15:28 +0100 |
| commit | 208dc23fd7f2a3e5a8a9e87df203ac5a91f303ee (patch) | |
| tree | 6f593ecb734fa9be65ddd7458666feac86cb631a /doc/example.ini | |
| parent | 40e477224628f21b5fffd6d5b43fbdcc8e9ba2de (diff) | |
| download | dabmod-208dc23fd7f2a3e5a8a9e87df203ac5a91f303ee.tar.gz dabmod-208dc23fd7f2a3e5a8a9e87df203ac5a91f303ee.tar.bz2 dabmod-208dc23fd7f2a3e5a8a9e87df203ac5a91f303ee.zip | |
Add input.backpressure_input configuration optionnext
Diffstat (limited to 'doc/example.ini')
| -rw-r--r-- | doc/example.ini | 6 |
1 files changed, 6 insertions, 0 deletions
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 |
