diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-02-22 16:28:37 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2021-02-22 16:29:07 +0100 |
commit | 220549b9980f1e15c1299084fb06a0df4ab5f2cf (patch) | |
tree | 65fec643551902f5b9d68fed22224a487d273d0b /doc/advanced.mux | |
parent | 26065b4193006401f78a4afdf4e19cbd1db6c593 (diff) | |
download | dabmux-220549b9980f1e15c1299084fb06a0df4ab5f2cf.tar.gz dabmux-220549b9980f1e15c1299084fb06a0df4ab5f2cf.tar.bz2 dabmux-220549b9980f1e15c1299084fb06a0df4ab5f2cf.zip |
Update configuration and compilation for new EDI UDP packet interleaver
Diffstat (limited to 'doc/advanced.mux')
-rw-r--r-- | doc/advanced.mux | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 3aa3a22..16c9bd2 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -440,12 +440,16 @@ outputs { ; Transportation". fec 2 - ; Interleave fragments from several ETI frames so as to reduce the + ; Spread and interleave fragments from several EDI frames so as to reduce the ; probability of errors when several UDP packets are lost in bursts. ; This comes at the cost of larger overall latency between multiplexing - ; and modulation. This latency is given in milliseconds, and rounded - ; to nearest multiple of 24ms. Set to 0 to disable the interleaver. - interleave 0 + ; and modulation. + ; + ; Configure the packet spreader/interleaver through a percentage: + ; 0% send all fragments at once, + ; 100% spread over 24ms, + ; >100% spread and interleave. Default 95% + packet_spread 95 ; Length of a RS chunk, can be overridden ;default=207 |