summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-22 11:21:02 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-11-22 11:21:02 +0100
commit335c4ffd68329358b469fd119a058dd096abf1cb (patch)
treed7479456f1f8a12a45b05f461f3e8da1c441f572 /doc
parentfc9d04fcae5a1bb8ffe57ad2b2dd5b0ae42055ae (diff)
downloaddabmux-335c4ffd68329358b469fd119a058dd096abf1cb.tar.gz
dabmux-335c4ffd68329358b469fd119a058dd096abf1cb.tar.bz2
dabmux-335c4ffd68329358b469fd119a058dd096abf1cb.zip
Add params to RAW output for clock selection
Diffstat (limited to 'doc')
-rw-r--r--doc/advanced.mux13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/advanced.mux b/doc/advanced.mux
index c3e216a..7714909 100644
--- a/doc/advanced.mux
+++ b/doc/advanced.mux
@@ -438,6 +438,15 @@ outputs {
;net_udp "udp://host:port"
; example with source and TTL specification for multicast
;net_udp "udp://237.10.0.230:7000?src=10.0.1.125,ttl=1"
- ; RAW (for farsync ETI card)
- ;farsync "raw://device"
+
+ ; RAW for farsync ETI card
+ ;farsync "raw://sync0"
+ ; the output also supports two parameters:
+ ; clocking=master and clocking=slave
+ ;
+ ; and extsyncclock which enables external clock sync. Its value is the
+ ; external clock frequency in Hz.
+ ; Example:
+ ;farsync "raw://sync0?clocking=master&extsyncclock=10000000"
+
}