aboutsummaryrefslogtreecommitdiff
path: root/voctocore/default-config.ini
diff options
context:
space:
mode:
authorMaZderMind <git@mazdermind.de>2016-08-04 17:45:54 +0200
committerMaZderMind <git@mazdermind.de>2016-08-04 17:45:54 +0200
commit2fb283d47d583fad5572400835876789f212c986 (patch)
treefd1109ed069f5533809be7a1ecf919769de975dd /voctocore/default-config.ini
parent7edf8ecf415fb98221c76d84de9bd7770bdb3c0e (diff)
allows separate defaults for each of the composition modes
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r--voctocore/default-config.ini17
1 files changed, 14 insertions, 3 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini
index 5b552e0..b93c312 100644
--- a/voctocore/default-config.ini
+++ b/voctocore/default-config.ini
@@ -4,24 +4,35 @@ audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000
; tcp-ports will be 10000,10001,10002
sources=cam1,cam2,grabber
-; defcompa sets a default A for the composite view. This value can either be -1 (disbaled) or one of the
-; sources defined in 'sources' counted startung with zero (e.g. first source is 0)
-defcompa=-1
+
[side-by-side-equal]
; defaults to 1% of the video width
;gutter=12
;ypos=200
+; if configured, switching to the sbs-equal mode will automatically select these
+; sources. if not configured, it will not change the last set sources
+;default-a=cam1
+;default-b=cam2
+
[side-by-side-preview]
;asize=1024x576
;apos=12/12
;bsize=320x180
;bpos=948/528
+; automatically select these sources when switching to sbs-preview
+;default-a=grabber
+;default-b=cam1
+
[picture-in-picture]
;pipsize=320x180
;pippos=948/528
+; automatically select these sources when switching to pip
+;default-a=grabber
+;default-b=cam1
+
[previews]
; disable if ui & server run on the same computer and can exchange uncompressed video frames
enabled=false