diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advanced.mux | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux index 41a3446..10f0b3f 100644 --- a/doc/advanced.mux +++ b/doc/advanced.mux @@ -399,6 +399,13 @@ outputs { ; Transportation". fec 2 + ; Interleave fragments from several ETI 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 + ; Length of a RS chunk, can be overriden ;default=207 ;chunk_len 207 |