diff options
author | MaZderMind <github@mazdermind.de> | 2016-01-08 19:13:29 +0100 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2016-01-08 19:13:29 +0100 |
commit | bb1b314c74f177a783311edfe4bcc93b3f6d666e (patch) | |
tree | 3a4aea8724e49cf1e419a7fd9a4fe6d99efa0d3b /voctocore | |
parent | e2ac7ea7434918c403df1fb5982c125893f94370 (diff) |
add a cue that this setting might be ignored from time to time
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/default-config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 87fc125..398b613 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -24,7 +24,7 @@ sources=cam1,cam2,grabber ; disable if ui & server run on the same computer and can exchange uncompressed video frames enabled=false -; default to mix-videocaps +; default to mix-videocaps, only applicable if enabled=true ; you can change the framerate and the width/height, but nothing else videocaps=video/x-raw,width=1024,height=576,framerate=25/1 |