diff options
author | MaZderMind <git@mazdermind.de> | 2015-09-06 13:49:48 +0200 |
---|---|---|
committer | MaZderMind <git@mazdermind.de> | 2015-09-06 13:49:48 +0200 |
commit | 2e28d09b04d66add839d4b43529ca11e25c699a3 (patch) | |
tree | 08650e88e5d7d93814b8e7aa6cc5a70a4cb6186b /voctocore | |
parent | 65356fd083f31cc6956516a7e8fc04896c9f5ffc (diff) |
Implement jpeg-previews and a/v receiving in ui
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] |