diff options
Diffstat (limited to 'voctocore')
-rw-r--r-- | voctocore/default-config.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index f2f2505..a5eaae4 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -21,10 +21,11 @@ sources=cam1,cam2,grabber ;pippos=948/528 [previews] -; disable if ui & server run on the same computer and exchange uncompressed video frames +; disable if ui & server run on the same computer and can exchange uncompressed video frames enabled=true ; default to mix-videocaps +; you can change the framerate and the width/height, but nothing else videocaps=video/x-raw,width=1024,height=576,framerate=25/1 [stream-blanker] |