diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-10 15:47:32 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2019-12-10 15:47:32 +0100 |
commit | 66c2acf2606877d00e056c1d1228b32d0a15c5bc (patch) | |
tree | b520bf648e8c511d772266e26bccf527859dbd1a /doc | |
parent | e845a4188b93a31445a780ae11f33286420cb038 (diff) | |
download | dabmux-66c2acf2606877d00e056c1d1228b32d0a15c5bc.tar.gz dabmux-66c2acf2606877d00e056c1d1228b32d0a15c5bc.tar.bz2 dabmux-66c2acf2606877d00e056c1d1228b32d0a15c5bc.zip |
Make EDI input TIST delay configurable
Diffstat (limited to 'doc')
-rw-r--r-- | doc/example.mux | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/example.mux b/doc/example.mux index 83dbfbb..cf02467 100644 --- a/doc/example.mux +++ b/doc/example.mux @@ -228,6 +228,10 @@ subchannels { ; avoid runaway memory usage in case of issues. buffer 500 ; 500 * 24ms = 12 seconds + + ; Specify the additional delay in milliseconds to add to the TIST. Positive values + ; mean the content will be inserted later. + tist-delay 10 } } |