aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/advanced.mux4
-rw-r--r--doc/example.mux6
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux
index 0fc1b53..d2cc0fd 100644
--- a/doc/advanced.mux
+++ b/doc/advanced.mux
@@ -36,8 +36,8 @@ general {
; number in seconds. Granularity: 24ms
; tist_offset 0.480
- ; Specify the TIST value for the frame with FCT==0, in microseconds
- ; tist_at_fct0 768000
+ ; 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)
diff --git a/doc/example.mux b/doc/example.mux
index 34cd2ee..ae12fb2 100644
--- a/doc/example.mux
+++ b/doc/example.mux
@@ -211,11 +211,13 @@ subchannels {
inputuri "tcp://0.0.0.0:9001"
; For UDP, PFT should be enabled at the sender.
- ; Unicast UDP input:
+ ; Unicast UDP input, bound to all interfaces:
;inputuri "udp://:9001"
+ ; Unicast UDP input, bound to interface with IP 192.168.0.10:
+ ;inputuri "udp://192.168.0.10:9001"
; Multicast UDP input:
;inputuri "udp://@239.10.0.1:9001"
- ; Multicast UDP input with local interface (192.168.0.10) specification
+ ; Multicast UDP input with local interface 192.168.0.10 specification
;inputuri "udp://192.168.0.10@239.10.0.1:9001"
; Two buffer-management types are available: prebuffering and timestamped.