diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-10 20:06:51 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-10 20:06:51 +0200 |
commit | e104284f309b4492325931c5b47a16505e44a9a1 (patch) | |
tree | e673491d2ff609d5c5bead60883af8693ed334c2 /voctocore/default-config.ini | |
parent | b9ec27da68ddce2afc94454e92a78fe262812a0e (diff) |
Move files & implement output counting
Diffstat (limited to 'voctocore/default-config.ini')
-rw-r--r-- | voctocore/default-config.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/voctocore/default-config.ini b/voctocore/default-config.ini index 51f9c83..ccf80b5 100644 --- a/voctocore/default-config.ini +++ b/voctocore/default-config.ini @@ -2,6 +2,9 @@ videocaps=video/x-raw,format=I420,width=1280,height=720,framerate=25/1,pixel-aspect-ratio=1/1 audiocaps=audio/x-raw,format=S16LE,channels=2,layout=interleaved,rate=48000 +; disable if ui & server run on the same computer and excahnge uncompressed video frames +encode_previews=true + [sources] ; tcp-ports will be 10000,10001 ; video=cam1,cam2,grabber |