aboutsummaryrefslogtreecommitdiffstats
path: root/doc/advanced.mux
diff options
context:
space:
mode:
Diffstat (limited to 'doc/advanced.mux')
-rw-r--r--doc/advanced.mux18
1 files changed, 14 insertions, 4 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux
index 246f981..d2cc0fd 100644
--- a/doc/advanced.mux
+++ b/doc/advanced.mux
@@ -32,9 +32,12 @@ general {
tist false
; On startup, the timestamp is initialised to system time. If you want
- ; to add an offset, uncomment the following line and give a number
- ; in seconds.
- ; tist_offset 0
+ ; to add an offset, uncomment the following line and give a positive
+ ; number in seconds. Granularity: 24ms
+ ; tist_offset 0.480
+
+ ; Specify the TIST value for the frame with FCT==0, in milliseconds
+ ; tist_at_fct0 768
; The management server is a simple TCP server that can present
; statistics data (buffers, overruns, underruns, etc)
@@ -435,6 +438,10 @@ outputs {
destination "192.168.23.23"
port 12000
+ enable_pft true
+ fec 1
+ verbose true
+
; For compatibility: if port is not specified in the destination itself,
; it is taken from the parent 'destinations' block.
}
@@ -449,6 +456,8 @@ outputs {
; The multicast TTL has to be adapted according to your network
ttl 1
+ enable_pft true
+ fec 1
}
example_tcp {
; example for EDI TCP server. TCP is reliable, so it is counterproductive to
@@ -466,7 +475,8 @@ outputs {
}
}
- ; The settings below apply to all destinations
+ ; The settings below apply to all destinations, unless they are overridden
+ ; inside a destination
; Enable the PFT subsystem. If false, AFPackets are sent.
; PFT is not necessary when using TCP.