diff options
author | MaZderMind <git@mazdermind.de> | 2016-08-04 17:49:52 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2016-08-04 17:49:52 +0200 |
commit | 24d3c9a08fd5e02998ba965642d5fd934f525466 (patch) | |
tree | 6522358a4ce194736645f8e15b6425065ebb2714 | |
parent | 2fb283d47d583fad5572400835876789f212c986 (diff) |
default source can also be set for fullscreen
-rw-r--r-- | voctocore/default-config.ini | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index b93c312..8afd76b 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -5,6 +5,11 @@ audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 ; tcp-ports will be 10000,10001,10002 sources=cam1,cam2,grabber +[fullscreen] +; if configured, switching to fullscreen will automatically select this +; source. if not configured, it will not change the last set source +;default-a=cam1 + [side-by-side-equal] ; defaults to 1% of the video width ;gutter=12 |