From 335c4ffd68329358b469fd119a058dd096abf1cb Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Wed, 22 Nov 2017 11:21:02 +0100 Subject: Add params to RAW output for clock selection --- doc/advanced.mux | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'doc') 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" + } -- cgit v1.2.3